Skip to content

Commit 8535422

Browse files
committed
test new release workflow
1 parent 85232f6 commit 8535422

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
server-password: MAVEN_PASS
2727
gpg-private-key: ${{ secrets.SIGNING_CERT }}
2828
gpg-passphrase: SIGNING_PASS
29+
env:
30+
MAVEN_USER: ${{ secrets.MAVEN_USER }}
31+
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
32+
SIGNING_PASS: ${{ secrets.SIGNING_PASS }}
2933
- name: Release with Maven
3034
env:
3135
RELEASE_VERSION: ${{ github.event.milestone.title }}

0 commit comments

Comments
 (0)