Skip to content

Commit

Permalink
[configuration] Changed the case of the gpg_private_key input field f…
Browse files Browse the repository at this point in the history
…ron the release configuration
  • Loading branch information
meronbrouwer committed Dec 14, 2023
1 parent ad43e35 commit 4299fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
env:
GPG_PRIVATE_KEY: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}

- name: Build Project for release
run: xvfb-run mvn package -P release -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
Expand Down

0 comments on commit 4299fb9

Please sign in to comment.