Skip to content

Commit

Permalink
fixup! trying to fix gpg.passphrase cannot be blank
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Dec 4, 2024
1 parent 4cc473b commit 8d1da75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
with:
java-version: '21'
distribution: 'adopt'
gpg-private-key: ${{ secrets.SIGNING_SECRET_KEY }}
gpg-passphrase: ""
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Publish packages
Expand All @@ -29,7 +27,7 @@ jobs:
env:
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.SIGNING_PUBLIC_KEY }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
JRELEASER_GPG_PASSPHRASE: ""
JRELEASER_GPG_PASSPHRASE: "NONE"
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.NEXUS_USERNAME }}
JRELEASER_MAVENCENTRAL_TOKEN: ${{ secrets.NEXUS_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8d1da75

Please sign in to comment.