Skip to content

Commit

Permalink
Merge pull request #41 from sanshengshui/develop-0.7.3
Browse files Browse the repository at this point in the history
update release.yml
  • Loading branch information
sanshengshui authored Jan 20, 2025
2 parents f99ada7 + f3fbd5e commit 85047d8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
java-version: 21

- name: 'Prepare branch name'
shell: bash
run: >
echo "refName=${GITHUB_REF##*/}" >> $GITHUB_ENV
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
run: git config --global core.autocrlf false

- name: 'Prepare branch name'
shell: bash
run: >
echo "refName=${GITHUB_REF##*/}" >> $GITHUB_ENV
Expand Down Expand Up @@ -194,6 +196,7 @@ jobs:

steps:
- name: 'Prepare branch name'
shell: bash
run: >
echo "refName=${GITHUB_REF##*/}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>iot.technology</groupId>
<artifactId>iot-toolkit</artifactId>
<version>0.7.3</version>
<version>0.7.2</version>
<modules>
<module>toolkit-mqtt</module>
<module>toolkit-coap</module>
Expand Down
2 changes: 1 addition & 1 deletion toolkit-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion toolkit-coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion toolkit-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>

<name>IoT Technology ToolKit Common</name>
Expand Down
2 changes: 1 addition & 1 deletion toolkit-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>

<artifactId>toolkit-mqtt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion toolkit-nbiot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>iot-toolkit</artifactId>
<groupId>iot.technology</groupId>
<version>0.7.3</version>
<version>0.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 85047d8

Please sign in to comment.