Skip to content

Commit

Permalink
Fix npm publish command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed May 27, 2023
1 parent 08c6fb7 commit c425b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Copy extra files into dist directory
run: cp package.json README* dist/
- name: Publish release to NPM registry
run: npm publish dist
run: npm publish dist/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit c425b36

Please sign in to comment.