Skip to content

Commit 0cb9b3f

Browse files
committed
Add missing env variables in release action
1 parent db87284 commit 0cb9b3f

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
@@ -40,6 +40,10 @@ jobs:
4040
- name: Prepare Release
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
44+
MAVEN_GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
45+
MAVEN_USER: ${{ secrets.MAVEN_USER }}
46+
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
4347
run: |
4448
MVN_ARGS=""
4549
if [ -n "${{ github.event.inputs.releaseVersion }}" ]; then

0 commit comments

Comments
 (0)