Skip to content

Commit a2118fa

Browse files
committed
Another attempt with the publish command
1 parent 11ba1f6 commit a2118fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-func.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: npm run test
2828
- name: Publish package on NPM 📦
2929
if: ${{ github.event_name == 'release' }}
30-
run: npm publish dist --access=public
30+
run: npm publish ./dist --access=public
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)