We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271151c commit f8ef36bCopy full SHA for f8ef36b
1 file changed
.github/workflows/release.yaml
@@ -53,7 +53,7 @@ jobs:
53
# This is necessary in order to push a commit to the repo
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
55
- name: Publish Release
56
- id: commit
+ id: publish
57
uses: packagrio/action-publishr-go@master
58
env:
59
0 commit comments