Skip to content

Commit 8352f69

Browse files
frankieyanclaude
andauthored
fix(ci): add scope to setup-node for npm registry publishing (#23)
The second setup-node action was missing the scope parameter, causing npm publish to use the GitHub Packages registry config from the first setup-node instead of the npmjs.org registry. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dc31885 commit 8352f69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
node-version-file: .node-version
4747
registry-url: https://registry.npmjs.org/
48+
scope: '@doist'
4849

4950
- name: Publish package to npm registry
5051
run: npm publish --access public --provenance

0 commit comments

Comments
 (0)