File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ jobs:
8989 cache : npm
9090 - run : npm ci
9191 # Branches that will release new versions are defined in .releaserc.json
92- - run : npx semantic- release
92+ - run : npm run release
9393 # Don't allow interrupting the release step if the job is cancelled, as it can lead to an inconsistent state
9494 # e.g. git tags were pushed but it exited before `npm publish`
9595 if : always()
9696 env :
9797 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9898 NPM_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
9999 # Re-run semantic release with rich logs if it failed to publish for easier debugging
100- - run : npx semantic- release --dry-run --debug
100+ - run : npm run release -- --dry-run --debug
101101 if : failure()
102102 env :
103103 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments