Skip to content

Commit

Permalink
update gpg task
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-stupka committed Sep 3, 2024
1 parent 1ff7653 commit d1a0c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
go-version: 1.14
-
name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
id: import_gpg
uses: paultyng/ghaction-import-gpg@v2.1.0
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 d1a0c96

Please sign in to comment.