Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andykog authored Dec 4, 2024
1 parent 5dfc0d7 commit b5ef9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
git config --global user.name 'Release'
git config --global user.email 'release@bot.com'
git commit -am "Bump version ($VERSION)"
git push origin master
git push
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit b5ef9c4

Please sign in to comment.