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.
ghaction-import-gpg
1 parent 9c1db43 commit fb9b82dCopy full SHA for fb9b82d
.github/workflows/release.yml
@@ -19,17 +19,17 @@ jobs:
19
with:
20
go-version: 1.17
21
22
- - uses: hashicorp/ghaction-import-gpg@v2.1.0
+ - uses: crazy-max/ghaction-import-gpg@v5.3.0
23
id: import_gpg
24
- env:
25
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
26
- PASSPHRASE: ${{ secrets.PASSPHRASE }}
+ with:
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.PASSPHRASE }}
27
28
- uses: goreleaser/goreleaser-action@v4
29
30
distribution: goreleaser
31
version: latest
32
- args: release --rm-dist
+ args: release --clean
33
env:
34
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments