Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 47f8ced

Browse files
authored
Publish to npm (#4)
Signed-off-by: Volodymyr Rozhnov <volodymyr@bladelabs.io> Co-authored-by: Volodymyr Rozhnov <volodymyr@bladelabs.io>
1 parent 4d021fe commit 47f8ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
node-version: '18.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
16-
- run: npm publish
16+
- run: npm publish --access=public
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)