Skip to content

Commit bf086ff

Browse files
committed
build: Update branch reference in GH workflow
1 parent 9c93c27 commit bf086ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3030
git config --global user.name "GitHub Action"
3131
git commit -a -m "Releasing version ${{ needs.precheck.outputs.VERSION }}"
32-
git push origin main
32+
git push origin master
3333
3434
- name: Setup Go
3535
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)