Skip to content

Commit db0df86

Browse files
authored
Correct Go release action to use main branch (#373)
1 parent 075ed8d commit db0df86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- name: Create tag
2323
run: |
24-
git tag "go/${{ github.event.inputs.packageVersion }}" master
24+
git tag "go/${{ github.event.inputs.packageVersion }}" main
2525
git push "go/${{ github.event.inputs.packageVersion }}" origin

0 commit comments

Comments
 (0)