We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7897e24 commit 26e996bCopy full SHA for 26e996b
.github/workflows/release.yml
@@ -34,9 +34,10 @@ jobs:
34
- name: Run GoReleaser
35
uses: goreleaser/goreleaser-action@v4
36
with:
37
- args: release --rm-dist
+ args: release --clean
38
env:
39
# GitHub sets the GITHUB_TOKEN secret automatically.
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ PAT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
43
GPG_TTY: $(tty)
0 commit comments