Skip to content

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi1 committed May 23, 2024
1 parent 846770f commit da8919d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
path: dist
- run: yarn release:package
- run: ls -lisha release
- run: npm publish --prefix release --access public
- run: cd release && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit da8919d

Please sign in to comment.