Skip to content

Commit 2b30673

Browse files
committed
chore: use 'with' instead of 'env' in release action
1 parent 3e6d769 commit 2b30673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Import GPG key
3131
id: import_gpg
3232
uses: crazy-max/ghaction-import-gpg@v6.2.0
33-
env:
33+
with:
3434
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3535
passphrase: ${{ secrets.PASSPHRASE }}
3636
- name: Run GoReleaser

0 commit comments

Comments
 (0)