Skip to content

Commit

Permalink
fix repository id
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed May 10, 2024
1 parent f6df78f commit 6c87693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
server-username: ${{ secrets.DEPLOY_USER_GITHUB_PACKAGES }}
server-password: ${{ secrets.DEPLOY_TOKEN_GITHUB_PACKAGES }}
- name: execute maven
run: export GPG_TTY=$(tty) && mvn --batch-mode deploy -e
run: export GPG_TTY=$(tty) && mvn --batch-mode help:effective-settings deploy -e
env:
GPG_KEY_NAME: ${{ secrets.ARTIFACT_SIGNING_GPG_KEY_NAME }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY_PASSWORD }}
Expand Down

0 comments on commit 6c87693

Please sign in to comment.