Skip to content

Commit 20d7c72

Browse files
realbubclaude
andcommitted
Fix npm publish for scoped package
Add --access public flag required for first publish of @lnbot/l402. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9ac8018 commit 20d7c72

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
@@ -24,6 +24,6 @@ jobs:
2424
- run: npm run build
2525
- run: npm test
2626

27-
- run: npm publish --provenance
27+
- run: npm publish --provenance --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)