We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85232f6 commit 8535422Copy full SHA for 8535422
.github/workflows/release.yml
@@ -26,6 +26,10 @@ jobs:
26
server-password: MAVEN_PASS
27
gpg-private-key: ${{ secrets.SIGNING_CERT }}
28
gpg-passphrase: SIGNING_PASS
29
+ env:
30
+ MAVEN_USER: ${{ secrets.MAVEN_USER }}
31
+ MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
32
+ SIGNING_PASS: ${{ secrets.SIGNING_PASS }}
33
- name: Release with Maven
34
env:
35
RELEASE_VERSION: ${{ github.event.milestone.title }}
0 commit comments