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 721be98 commit 350626aCopy full SHA for 350626a
.github/workflows/release.yml
@@ -33,10 +33,10 @@ jobs:
33
name: Import GPG key
34
id: import_gpg
35
uses: crazy-max/ghaction-import-gpg@v5
36
- env:
+ with:
37
# These secrets will need to be configured for the repository:
38
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
39
- PASSPHRASE: ${{ secrets.PASSPHRASE }}
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.PASSPHRASE }}
40
-
41
name: Run GoReleaser
42
uses: goreleaser/goreleaser-action@v2.8.1
0 commit comments