We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2036a48 commit cf7bfdeCopy full SHA for cf7bfde
1 file changed
.github/workflows/go.yml
@@ -80,7 +80,7 @@ jobs:
80
git config user.name "github-actions"
81
git config user.email "github-actions@github.com"
82
git add RELEASE_TAG.txt
83
- git commit -m "chore: prepare release ${{ github.event.inputs.tag_name }}"
+ git commit -m ""
84
git push origin HEAD:main
85
86
- name: Download all build artifacts
0 commit comments