Skip to content

Commit 250cf4c

Browse files
authored
Update release.yml
1 parent 612b402 commit 250cf4c

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
@@ -16,7 +16,7 @@ jobs:
1616
server-username: MAVEN_USERNAME
1717
server-password: MAVEN_PASSWORD
1818
- name: Publish package
19-
run: mvn --batch-mode deploy -DskipTests
19+
run: mvn --batch-mode deploy -DskipTests -Dgpg.skip=true
2020
env:
2121
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2222
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)