Skip to content

Commit 73aab4c

Browse files
Update release.yml
1 parent 206cc80 commit 73aab4c

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
@@ -32,7 +32,7 @@ jobs:
3232
run: mvn -B package --file auto-generated-sdk/pom.xml
3333

3434
- name: Publish to Apache Maven Central
35-
run: cd auto-generated-sdk && mvn -Psign-artifacts verify deploy
35+
run: cd auto-generated-sdk && mvn verify deploy
3636
env:
3737
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3838
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)