Skip to content

Commit f29c0c8

Browse files
committed
Fix CD
1 parent 1e20089 commit f29c0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Publish
3030
run: |
3131
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
32-
npm publish --access public
32+
npm publish

0 commit comments

Comments
 (0)