Skip to content

Commit a10a354

Browse files
committed
Fix 'inappropriate ioctl for device' err releasing
Cf. goreleaser/goreleaser-action#313. I'm not sure why it's not working, but removing the passphrase seems to work as a workaround. Key created with ``` gpg --batch --generate-key <(echo ' Key-Type: default Subkey-Type: default Name-Real: ... Name-Comment: ... Name-Email: ... Expire-Date: 0 %no-ask-passphrase %no-protection %commit ') ```
1 parent b8f1647 commit a10a354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: crazy-max/[email protected]
2525
with:
2626
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
27-
passphrase: ${{ secrets.PASSPHRASE }}
2827

2928
- name: Run GoReleaser
3029
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)