Skip to content

Commit ee908eb

Browse files
committed
fix: skip npm publish in semantic-release
Avoid failing CI when NPM_TOKEN is invalid; GitHub release still runs. Re-enable npm publish after rotating NPM_TOKEN. Made-with: Cursor
1 parent f3afbdf commit ee908eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.releaserc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ branches:
99
plugins:
1010
- "@semantic-release/commit-analyzer"
1111
- "@semantic-release/release-notes-generator"
12-
- "@semantic-release/npm"
12+
- - "@semantic-release/npm"
13+
- npmPublish: false
1314
- "@semantic-release/changelog"
1415
- - "@semantic-release/git"
1516
- assets:

0 commit comments

Comments
 (0)