Skip to content

Commit 12dd65e

Browse files
authored
Updated publish script (#15)
1 parent d654fcc commit 12dd65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919

2020
- run: yarn
2121
- run: yarn build
22-
- run: yarn npm publish --access public
22+
- run: yarn npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)