Skip to content

Commit ca4e5b7

Browse files
committed
Fix release.yml to include gpg config
1 parent 0b41a7e commit ca4e5b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
RELEASE_VERSION: ${{ github.event.inputs.version }}
2828
DEPLOY_WEBSITE: ${{ github.event.inputs.deployWebsite }}
2929
CLEAR_REVAPI: ${{ github.event.inputs.clearRevAPI }}
30+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3031
JRELEASER_TAG_NAME: ${{ github.event.inputs.version }}
3132
JRELEASER_PREVIOUS_TAG_NAME: ${{ github.event.inputs.previousVersion }}
3233
JRELEASER_GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
@@ -43,6 +44,8 @@ jobs:
4344
java-version: '17'
4445
distribution: 'temurin'
4546
cache: maven
47+
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
48+
gpg-passphrase: 'MAVEN_GPG_PASSPHRASE'
4649
- name: Install just
4750
uses: taiki-e/install-action@just
4851
- name: Setup Python

0 commit comments

Comments
 (0)