Skip to content

Commit 7ce8bd9

Browse files
authored
Merge pull request #3 from Mesomorphic/spaces
[ship] GPG using crazy-max/ghaction-import-gpg
2 parents c755577 + 6911c4e commit 7ce8bd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.16
31+
go-version: 1.19
3232
-
3333
name: Import GPG key
3434
id: import_gpg
35-
uses: hashicorp/ghaction-import-gpg@v2.1.0
36-
env:
35+
uses: crazy-max/ghaction-import-gpg@v5.0.0
36+
with:
3737
# These secrets will need to be configured for the repository:
38-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
39-
PASSPHRASE: ${{ secrets.PASSPHRASE }}
38+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
39+
passphrase: ${{ secrets.PASSPHRASE }}
4040
-
4141
name: Run GoReleaser
42-
uses: goreleaser/goreleaser-action@v2.7.0
42+
uses: goreleaser/goreleaser-action@v3
4343
with:
4444
version: latest
4545
args: release --rm-dist

0 commit comments

Comments
 (0)