Skip to content

Commit

Permalink
import gpg
Browse files Browse the repository at this point in the history
MrZoidberg committed Jun 27, 2024
1 parent b831d56 commit d7ea784
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -19,11 +19,12 @@ jobs:
with:
go-version: "1.22"

- name: import gpg key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import
env:
GPG_TTY: $(tty)
-
name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: run goreleaser
uses: goreleaser/goreleaser-action@v5

0 comments on commit d7ea784

Please sign in to comment.