Skip to content

Commit

Permalink
fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Aug 1, 2024
1 parent 204da92 commit 6d8a5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: eitco/maven-release@0.0.1
- uses: eitco/maven-release@0.0.2
with:
gpg-private-key: ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY }}
gpg-key-name: ${{ secrets.ARTIFACT_SIGNING_GPG_KEY_NAME }}
gpg-passphrase: ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY_PASSWORD }}
deploy-user: ${{ secrets.OSSRH_JIRA_USERNAME }}
deploy-password: ${{ secrets.OSSRH_JIRA_PASSWORD }}
git-ssh-private-key: ${{ secrets.SSH_KEY_EITCO_GITHUB }}

0 comments on commit 6d8a5f6

Please sign in to comment.