Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-mueller authored Jul 15, 2024
1 parent 012f6fb commit 654d3ae
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 @@ -66,7 +66,7 @@ jobs:
git config --global user.email "github-actions@github.com"
git add VERSION.txt
git commit -m "Increment version to $newVersion"
git push origin main
git push origin master
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 654d3ae

Please sign in to comment.