Skip to content

Bump rardecode to v2.2.5#633

Closed
bateman wants to merge 2 commits into
Unpackerr:mainfrom
bateman:claude/admiring-tesla-6o64mr
Closed

Bump rardecode to v2.2.5#633
bateman wants to merge 2 commits into
Unpackerr:mainfrom
bateman:claude/admiring-tesla-6o64mr

Conversation

@bateman

@bateman bateman commented Jun 14, 2026

Copy link
Copy Markdown

This pull request introduces a small update to the release workflow and a dependency version bump. The workflow now conditionally imports the GPG signing key only if it is set, preventing errors in environments where the key is absent. Additionally, the github.com/nwaples/rardecode/v2 dependency has been updated to the latest patch version.

Release workflow improvements:

  • The GPG signing key import in .github/workflows/release.yml is now conditional, ensuring it only runs if GPG_SIGNING_KEY is set.

Dependency updates:

  • Upgraded github.com/nwaples/rardecode/v2 from version 2.2.2 to 2.2.5 in go.mod.

bateman and others added 2 commits June 14, 2026 11:46
The make-release step failed with 'gpg: no valid OpenPGP data found'
(exit code 2) on forks where the GPG_SIGNING_KEY secret is not set,
because piping an empty value into 'gpg --import' fails under
bash -eo pipefail. Guard the import so it only runs when the secret
is present; the Makefile already skips signing when SIGNING_KEY is empty.

https://claude.ai/code/session_011VmZSyxRhuaykwY1yTCtjV
@bateman bateman closed this Jun 14, 2026
@bateman bateman changed the title Fix GPG import failure and bump rardecode to v2.2.5 Bump rardecode to v2.2.5 Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants