Skip to content

Commit 0cb0f00

Browse files
committed
update release.yml
1 parent 7d22c5c commit 0cb0f00

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -211,19 +211,19 @@ jobs:
211211
uses: actions/download-artifact@v4
212212
with:
213213
pattern: artifacts-*
214-
path: all-artifacts
214+
path: toolkit-app/target
215215

216-
- name: 'Merge all artifacts'
217-
shell: bash
218-
run: |
219-
mkdir -p merged-artifact
220-
cp -r all-artifacts/*/* merged-artifact/
221-
222-
- name: Upload merged artifact
223-
uses: actions/upload-artifact@v4
224-
with:
225-
name: release-artifact # 合并后的工件名称
226-
path: merged-artifact\
216+
# - name: 'Merge all artifacts'
217+
# shell: bash
218+
# run: |
219+
# mkdir -p merged-artifact
220+
# cp -r all-artifacts/*/* merged-artifact/
221+
#
222+
# - name: Upload merged artifact
223+
# uses: actions/upload-artifact@v4
224+
# with:
225+
# name: release-artifact # 合并后的工件名称
226+
# path: merged-artifact\
227227

228228
- name: 'Restore Maven packages'
229229
uses: actions/cache@v4
@@ -247,7 +247,7 @@ jobs:
247247
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
248248
JRELEASER_CHOCOLATEY_API_KEY: ${{ secrets.JRELEASER_CHOCOLATEY_API_KEY }}
249249
JRELEASER_CHOCOLATEY_GITHUB_TOKEN: ${{ secrets.JRELEASER_CHOCOLATEY_GITHUB_TOKEN }}
250-
run: ./mvnw --no-transfer-progress -Prelease -pl :iot-toolkit -DartifactsDir=all-artifacts jreleaser:full-release
250+
run: ./mvnw --no-transfer-progress -Prelease -pl :iot-toolkit jreleaser:full-release
251251

252252
- name: JReleaser output
253253
if: always()

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>iot.technology</groupId>
2424
<artifactId>iot-toolkit</artifactId>
25-
<version>0.7.3</version>
25+
<version>0.7.2</version>
2626
<modules>
2727
<module>toolkit-mqtt</module>
2828
<module>toolkit-coap</module>

toolkit-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>iot-toolkit</artifactId>
2424
<groupId>iot.technology</groupId>
25-
<version>0.7.3</version>
25+
<version>0.7.2</version>
2626
</parent>
2727

2828

toolkit-coap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>iot-toolkit</artifactId>
2424
<groupId>iot.technology</groupId>
25-
<version>0.7.3</version>
25+
<version>0.7.2</version>
2626
</parent>
2727

2828

toolkit-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>iot-toolkit</artifactId>
2424
<groupId>iot.technology</groupId>
25-
<version>0.7.3</version>
25+
<version>0.7.2</version>
2626
</parent>
2727

2828
<name>IoT Technology ToolKit Common</name>

toolkit-mqtt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>iot-toolkit</artifactId>
2424
<groupId>iot.technology</groupId>
25-
<version>0.7.3</version>
25+
<version>0.7.2</version>
2626
</parent>
2727

2828
<artifactId>toolkit-mqtt</artifactId>

toolkit-nbiot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>iot-toolkit</artifactId>
2424
<groupId>iot.technology</groupId>
25-
<version>0.7.3</version>
25+
<version>0.7.2</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

0 commit comments

Comments
 (0)