Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Update semantic-release-dry-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk authored Dec 9, 2023
1 parent ad2bd08 commit 0870783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
SERVER_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: which mvn && unset GITHUB_ACTIONS && npx --prefix .release/ semantic-release --dry-run --no-ci --debug
run: mvn --version && find /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.9-9/x64 && unset GITHUB_ACTIONS && npx --prefix .release/ semantic-release --dry-run --no-ci --debug

0 comments on commit 0870783

Please sign in to comment.