Skip to content

Commit b0bf307

Browse files
committed
chore(github-actions): updates to release script
1 parent f608aa8 commit b0bf307

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

3333
- name: Publish to Apache Maven Central
34-
run: cd auto-generated-sdk && mvn deploy
34+
run: cd auto-generated-sdk && mvn -Psign-artifacts verify deploy

0 commit comments

Comments
 (0)