Skip to content

Commit

Permalink
Merge pull request #47 from shedfreewu/fix/shedfreewu/update-release
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
andrewshan authored Feb 5, 2024
2 parents 4c69eae + adbdb45 commit 8e3d892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
run: |
cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import;
mvn clean deploy -P release -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DskipTests
mvn clean deploy -P release -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DskipTests -B -U

0 comments on commit 8e3d892

Please sign in to comment.