Skip to content

Commit 8404de5

Browse files
JohnPaulZerCopilot
andcommitted
fix: add --access public flag to npm publish command
Co-authored-by: Copilot <copilot@github.com>
1 parent c3129e2 commit 8404de5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-npm-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: Publish to npm
5151
env:
5252
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
53-
run: npm publish --provenance
53+
run: npm publish --provenance --access public

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@
4545
"tsx": "^4.16.2",
4646
"typescript": "^5.5.3"
4747
}
48+
4849
}

0 commit comments

Comments
 (0)