Skip to content

Commit

Permalink
Fix 'inappropriate ioctl for device' err releasing
Browse files Browse the repository at this point in the history
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
')
```
  • Loading branch information
OJFord committed Feb 3, 2022
1 parent b8f1647 commit a10a354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: crazy-max/[email protected]
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit a10a354

Please sign in to comment.