Skip to content

Commit

Permalink
feat: updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Apr 5, 2024
1 parent bdd57e2 commit bfdc42f
Show file tree
Hide file tree
Showing 3 changed files with 1,187 additions and 1,170 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn ci
- run: npm publish --access public
- run: cd packages/module && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand All @@ -103,7 +103,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn ci
- run: npm publish --access public
- run: cd packages/react && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand All @@ -118,6 +118,6 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn ci
- run: npm publish --access public
- run: cd packages/contracts && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Loading

0 comments on commit bfdc42f

Please sign in to comment.