Skip to content

Commit

Permalink
add missing keys for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Oct 6, 2023
1 parent f53e6bc commit 2fe9e5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
server-username: ${{ secrets.ORG_OSSRH_USERNAME }}
server-password: ${{ secrets.ORG_OSSRH_PASSWORD }}
gpg-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }}
server-id: maven

- name: Set current version env variable
Expand Down Expand Up @@ -115,6 +115,8 @@ jobs:

- name: Release new version on GitHub
env:
JRELEASER_GPG_PASSPHRASE: ${{ secrets.ORG_GPG_PASSPHRASE }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.ORG_GPG_PRIVATE_KEY }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.ORG_GPG_PUBLIC_KEY }}
JRELEASER_PROJECT_VERSION: ${{ steps.new_version.outputs.next-version }}
Expand Down

0 comments on commit 2fe9e5f

Please sign in to comment.