Skip to content

Commit

Permalink
Use new action for GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Feb 21, 2024
1 parent 627b31c commit c9967b2
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 @@ -28,13 +28,12 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: 1.21
-
name: Import GPG key
id: import_gpg
uses: hashicorp/[email protected]
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit c9967b2

Please sign in to comment.