Skip to content

Commit 23c27d4

Browse files
committed
fix GitHub Workflows
1 parent 3bc6190 commit 23c27d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
run: |
3131
cat <(echo -e "${{ secrets.GPG_KEY_CONTENTS }}") | gpg --batch --import
3232
- name: Deploy with Maven
33-
run: mvn --no-transfer-progress --batch-mode -Drevision=${{ steps.github_tag.outputs.RESULT }} -Dgpg.passphrase=${{ secrets.SIGNING_PASSWORD }} -s settings.xml -T 1C -Pdeploy -DskipTests=true -Dmaven.test.skip clean deploy
33+
run: mvn --no-transfer-progress --batch-mode -Drevision=${{ steps.github_tag.outputs.RESULT }} -s settings.xml -T 1C -Pdeploy -DskipTests=true -Dmaven.test.skip clean deploy
3434
env:
3535
OSSRH_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
3636
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
37+
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)