We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c93c27 commit bf086ffCopy full SHA for bf086ff
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
30
git config --global user.name "GitHub Action"
31
git commit -a -m "Releasing version ${{ needs.precheck.outputs.VERSION }}"
32
- git push origin main
+ git push origin master
33
34
- name: Setup Go
35
uses: actions/setup-go@v6
0 commit comments