Skip to content

Commit

Permalink
fix gpg task
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-stupka committed Sep 3, 2024
1 parent a578ab5 commit d5c982f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
with:
go-version: 1.14
-
name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
id: import_gpg
uses: paultyng/[email protected]
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit d5c982f

Please sign in to comment.