Skip to content

Commit

Permalink
fix: fix deploy command in maven publish yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
r4tylmz committed Nov 11, 2024
1 parent edcf0e9 commit 731c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: mvn clean deploy -P release -DskipTests --batch-modeSetting Up Github Secrets
run: mvn clean deploy -P release -DskipTests --batch-mode

0 comments on commit 731c88b

Please sign in to comment.