Skip to content

Commit b8a2a95

Browse files
authored
Use -Prelease-sign-artifacts when releasing (#2900)
1 parent 9175356 commit b8a2a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636

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

0 commit comments

Comments
 (0)