Skip to content

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
# Maven 打包
2929
- name: Build with Maven
3030
run: mvn clean package -DskipTests -Prelease -fpom.xml
31-
# 将打包好的 Jar 包 放到 staging 文件夹
32-
- run: mkdir staging && cp target/*.jar staging
3331
# 设置 jobs Maven pom 版本环境变量
3432
- name: Set Release version env variable
3533
run: |
@@ -44,5 +42,4 @@ jobs:
4442
automatic_release_tag: "${{ env.RELEASE_VERSION }}"
4543
prerelease: false
4644
title: "Release ${{ env.RELEASE_VERSION }}"
47-
files: |
48-
staging/*.jar
45+

0 commit comments

Comments
 (0)