Skip to content

Commit 0cfb4cb

Browse files
deblocktclaude
andcommitted
fix: add missing JReleaser environment variables
- Add JRELEASER_GPG_PUBLIC_KEY (requires new secret GPG_PUBLIC_KEY) - Add JRELEASER_PROJECT_VERSION from release tag - Add JRELEASER_PROJECT_JAVA_GROUP_ID - Add namespace in jreleaser.yml 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8902f2d commit 0cfb4cb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ jobs:
5858
JRELEASER_MAVENCENTRAL_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
5959
JRELEASER_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSWORD }}
6060
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
61+
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
6162
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
JRELEASER_PROJECT_VERSION: ${{ steps.release.outputs.tag }}
64+
JRELEASER_PROJECT_JAVA_GROUP_ID: io.github.deblockt
6265

6366
- name: Create and push tag
6467
run: |

jreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ project:
1111
signing:
1212
active: ALWAYS
1313
mode: MEMORY
14-
pgp:
15-
armored: true
1614

1715
deploy:
1816
maven:
1917
mavenCentral:
2018
sonatype:
2119
active: ALWAYS
2220
url: https://central.sonatype.com/api/v1/publisher
21+
namespace: io.github.deblockt
2322
stagingRepositories:
2423
- build/staging-deploy

0 commit comments

Comments
 (0)