We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9b3f1 commit d783953Copy full SHA for d783953
.github/workflows/publish-authkit.yaml
@@ -24,6 +24,6 @@ jobs:
24
- name: Build
25
run: npm run build
26
- name: Publish
27
- run: npm publish --access public
+ run: npm publish --access public .
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments