Skip to content

Commit

Permalink
fix push step of bumpup job
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWeird committed Nov 9, 2021
1 parent 8c98b3d commit ea39f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
git config user.email "<>"
- name: make changes and push
- run: |
run: |
echo '${{ github.ref_name }}' > tag
git commit -a -m '[Automatic] bumpup version to ${{ github.ref_name }}'
git push origin master
Expand Down

0 comments on commit ea39f52

Please sign in to comment.