Skip to content

Commit 7441d5f

Browse files
authored
Publish npm package publicly
1 parent 3614c11 commit 7441d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
node-version: "14.x"
1313
registry-url: "https://registry.npmjs.org/"
1414
- run: npm install
15-
- run: npm publish
15+
- run: npm publish --access public
1616
env:
1717
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)