Skip to content

Commit d783953

Browse files
committed
Supply path to package.json
1 parent 8e9b3f1 commit d783953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-authkit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Build
2525
run: npm run build
2626
- name: Publish
27-
run: npm publish --access public
27+
run: npm publish --access public .
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)