We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ce0ca commit 506d00dCopy full SHA for 506d00d
.github/workflows/publish.yml
@@ -41,6 +41,6 @@ jobs:
41
42
# Publish dist folder to npm
43
- name: Publish dist folder to npm
44
- run: npm publish --workspace dist
+ run: cd dist && npm publish --access public
45
env:
46
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments