Skip to content

Commit

Permalink
chore: Update git push command to use 'main' branch instead of '<bran…
Browse files Browse the repository at this point in the history
…ch>'
  • Loading branch information
zwong91 committed May 14, 2024
1 parent 65bcf30 commit 1167d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
set +e
git add CHANGELOG.md
git commit -m "Update changelog"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git <branch>
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git main
build_binaries:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1167d7a

Please sign in to comment.