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 86ec2b4 commit 4f33584Copy full SHA for 4f33584
.github/workflows/release.yml
@@ -31,10 +31,10 @@ jobs:
31
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"
32
- name: Import GPG key
33
id: import_gpg
34
- uses: hashicorp/ghaction-import-gpg@v2.1.0
35
- env:
36
- GPG_PRIVATE_KEY: ${{ secrets.RELEASE_SIGNING_KEY }}
37
- PASSPHRASE: ${{ secrets.RELEASE_SIGNING_KEY_PASSPHRASE }}
+ uses: crazy-max/ghaction-import-gpg@v6
+ with:
+ gpg_private_key: ${{ secrets.RELEASE_SIGNING_KEY }}
+ passphrase: ${{ secrets.RELEASE_SIGNING_KEY_PASSPHRASE }}
38
- name: Run GoReleaser
39
uses: goreleaser/goreleaser-action@v2
40
with:
0 commit comments