Skip to content

Commit 350626a

Browse files
committed
[bugfix] update config for new action
1 parent 721be98 commit 350626a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
name: Import GPG key
3434
id: import_gpg
3535
uses: crazy-max/ghaction-import-gpg@v5
36-
env:
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
4242
uses: goreleaser/goreleaser-action@v2.8.1

0 commit comments

Comments
 (0)