We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b41a7e commit ca4e5b7Copy full SHA for ca4e5b7
.github/workflows/release.yml
@@ -27,6 +27,7 @@ jobs:
27
RELEASE_VERSION: ${{ github.event.inputs.version }}
28
DEPLOY_WEBSITE: ${{ github.event.inputs.deployWebsite }}
29
CLEAR_REVAPI: ${{ github.event.inputs.clearRevAPI }}
30
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
31
JRELEASER_TAG_NAME: ${{ github.event.inputs.version }}
32
JRELEASER_PREVIOUS_TAG_NAME: ${{ github.event.inputs.previousVersion }}
33
JRELEASER_GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
@@ -43,6 +44,8 @@ jobs:
43
44
java-version: '17'
45
distribution: 'temurin'
46
cache: maven
47
+ gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
48
+ gpg-passphrase: 'MAVEN_GPG_PASSPHRASE'
49
- name: Install just
50
uses: taiki-e/install-action@just
51
- name: Setup Python
0 commit comments