Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Jan 16, 2025
1 parent b0fca04 commit 4e6eada
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

- name: 'Create distribution'
run: mvn -B --file pom.xml -Pnative -DskipTests -pl iot.technology:toolkit-app package -am
run: >
./mvnw --no-transfer-progress -Pnative -DskipTests -pl iot.technology:toolkit-app -am
- name: 'Smoke test'
run: >
Expand Down Expand Up @@ -207,7 +208,7 @@ jobs:
JRELEASER_UPDATE: true
JRELEASER_CHOCOLATEY_API_KEY: ${{ secrets.JRELEASER_CHOCOLATEY_API_KEY }}
JRELEASER_CHOCOLATEY_GITHUB_TOKEN: ${{ secrets.JRELEASER_CHOCOLATEY_GITHUB_TOKEN }}
run: mvn -e -B --file pom.xml -Prelease jreleaser:full-release
run: ./mvnw --no-transfer-progress -Prelease -pl :iot-toolkit jreleaser:full-release

- name: JReleaser output
if: always()
Expand Down

0 comments on commit 4e6eada

Please sign in to comment.