Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelkrimdev committed Jun 11, 2024
1 parent f0c30d0 commit 3efd8d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pnpm build
- run: pnpm build --filter="./packages/*"
- run: cd packages/core && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -116,7 +116,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pnpm build
- run: pnpm build --filter="./packages/*"
- run: cd packages/react && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -131,7 +131,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pnpm build
- run: pnpm build --filter="./packages/*"
- run: cd packages/contracts && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 3efd8d1

Please sign in to comment.