Skip to content

Commit

Permalink
Use -Prelease-sign-artifacts when releasing (#2900)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Oct 12, 2024
1 parent 9175356 commit b8a2a95
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 @@ -35,7 +35,7 @@ jobs:


- name: Release with Maven
run: mvn -B --no-transfer-progress -Psonatype-oss-release -DskipTests=true deploy
run: mvn -B --no-transfer-progress -Psonatype-oss-release -Prelease-sign-artifacts -DskipTests=true deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit b8a2a95

Please sign in to comment.