Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rescriptbr/reform
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp committed Apr 11, 2022
2 parents d73cfb9 + abc3911 commit f28bd02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.ADMIN_SSH_KEY }}
- uses: actions/setup-node@v1
with:
node-version: 14
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name rescriptbr-admin
git config user.email rescriptbr@gmail.com
- name: Generate new version ${{ github.event.inputs.versionType }}
run: |
Expand Down

0 comments on commit f28bd02

Please sign in to comment.