Skip to content

Commit d7d2183

Browse files
author
wuweilin
committed
修改命令
1 parent 94deb32 commit d7d2183

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
@@ -28,7 +28,7 @@ jobs:
2828

2929
# 使用 Maven 打包
3030
- name: Build with Maven
31-
run: mvn clean package -DskipTests
31+
run: mvn clean package deploy -DskipTests
3232

3333
# 创建 Release(自动附带 Source code (zip/tar.gz))
3434
- name: Create Release

0 commit comments

Comments
 (0)