Skip to content

Commit

Permalink
fix(publish): wrong folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Apr 22, 2021
1 parent d1c7f84 commit 5a4da32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish ./dist/library --access public
run: npm publish ./dist --access public

0 comments on commit 5a4da32

Please sign in to comment.