Skip to content

Commit

Permalink
fix: workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed May 29, 2024
1 parent 497d763 commit 9102cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:

- run: ./scripts/dev-init.sh

- run: npm -w ${{ matrix.package.name }} publish --provenance --access public
- run: npm -w packages/${{ matrix.package.name }} publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 9102cc8

Please sign in to comment.