Skip to content

Commit

Permalink
Merge pull request #1499 from g59/fix/publish
Browse files Browse the repository at this point in the history
fix: npm publish
  • Loading branch information
9renpoto authored Mar 14, 2023
2 parents 2f7f277 + 5b92cda commit a58a32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm run publish --workspaces
- run: npm publish --workspaces
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a58a32a

Please sign in to comment.