Skip to content

Fix Deployment: skip signing snapshots + normalize GPG key#283

Open
mustafaozhan wants to merge 1 commit into
developfrom
282/Fix-Deployment-signing
Open

Fix Deployment: skip signing snapshots + normalize GPG key#283
mustafaozhan wants to merge 1 commit into
developfrom
282/Fix-Deployment-signing

Conversation

@mustafaozhan

Copy link
Copy Markdown
Member

The Deployment workflow failed on develop with Could not read PGP secret key while signing the snapshot publication.

  • Snapshots no longer get signed — Central Portal snapshots don't require signatures, so signAllPublications() is now gated to non-SNAPSHOT versions. The develop publish needs no signing key.
  • release.yml normalizes GPG_KEY through printf '%b', so a secret stored with literal \n becomes real newlines for master release signing (a key that already has real newlines passes through unchanged).

Resolves #282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Deployment: skip signing snapshots + normalize GPG key

1 participant