Skip to content

Commit 831ab09

Browse files
committed
fix: skip npm publishing in release workflow until NPM_TOKEN is configured
1 parent 9f5528e commit 831ab09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Release
7171
if: ${{ inputs.dry_run == false }}
72-
run: npm run release -- --increment=${{ inputs.release_type }} --ci
72+
run: npm run release -- --increment=${{ inputs.release_type }} --no-npm.publish --ci
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575

0 commit comments

Comments
 (0)