We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643a20a commit dc4f5c0Copy full SHA for dc4f5c0
1 file changed
.github/workflows/release.yml
@@ -41,6 +41,6 @@ jobs:
41
version: "~> v2"
42
args: release --clean
43
env:
44
- GITHUB_TOKEN: ${{ secrerets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
46
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
0 commit comments