Skip to content

Commit

Permalink
馃悰 FIX: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
antoantonyk committed May 6, 2023
1 parent 2b362c4 commit 101b920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to npm
run: npm publish dist/password-strength-meter
run: npm publish dist/password-strength-meter/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 101b920

Please sign in to comment.