Skip to content

Commit 7f156fa

Browse files
chore: fix running semantic-release in dry run mode
1 parent a7cde83 commit 7f156fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
with:
284284
token: ${{ secrets.CODECOV_TOKEN }}
285285

286-
pre-release:
286+
release:
287287
name: Pre-Release
288288
needs: [test, azure]
289289
if: ${{ github.event_name == 'push' }}
@@ -313,4 +313,4 @@ jobs:
313313
- env:
314314
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
315315
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
316-
run: npm run semantic-release --dry-run
316+
run: npx semantic-release --dry-run

0 commit comments

Comments
 (0)