Skip to content

Commit 80cc35d

Browse files
author
yanruhao
committed
v1.0.22.4——修改yml
1 parent 6f3e508 commit 80cc35d

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
# 发布到 Apache Maven Central
4040
- name: Publish to Apache Maven Central
41-
run: mvn deploy -Dmaven.test.skip=true
41+
run: mvn deploy -P release -Dmaven.test.skip=true -X
4242
env:
4343
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4444

0 commit comments

Comments
 (0)