Skip to content

Commit

Permalink
release cd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WaciX committed Jan 23, 2024
1 parent 73692a5 commit 06648ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
--batch-mode \
-Dmaven.test.skip \
-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \
clean verify deploy
clean deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 comments on commit 06648ad

Please sign in to comment.