Skip to content

Commit

Permalink
Update releae pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mhshams committed Jan 1, 2022
1 parent 601dff5 commit ae72f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_KEY }}
gpg-passphrase: GPG_PASS
- name: Publish
run: mvn --batch-mode deploy -Dgpg.sign
run: mvn --batch-mode clean deploy -Dgpg.sign -DskipTests
env:
MVN_USER: ${{ secrets.MVN_USER }}
MVN_TOKEN: ${{ secrets.MVN_TOKEN }}
Expand Down

0 comments on commit ae72f94

Please sign in to comment.