We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab483c commit c40663dCopy full SHA for c40663d
1 file changed
.github/workflows/release.yml
@@ -30,10 +30,10 @@ jobs:
30
with:
31
go-version: ${{ needs.go-version.outputs.version }}
32
- name: Import GPG key
33
- id: import_gpg
34
- uses: hashicorp/ghaction-import-gpg@v2.1.0
+ run: |
+ echo -n "$GPG_KEY" | gpg --import
35
env:
36
- GPG_PRIVATE_KEY: ${{ secrets.RELEASE_BOT_GPG_KEY }}
+ GPG_KEY: ${{ secrets.RELEASE_BOT_GPG_KEY }}
37
- name: goreleaser release
38
uses: goreleaser/goreleaser-action@v2
39
0 commit comments