Skip to content

Commit

Permalink
Update the publish script (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain authored Oct 16, 2024
1 parent 790ef58 commit cf3e1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
- run: yarn lerna exec --ignore root --ignore simpleserialize.com --no-private "npm publish --tolerate-republish --access public"
- run: yarn lerna exec --ignore root --ignore simpleserialize.com --no-private "npm publish --access public"
if: ${{ steps.release.outputs.releases_created }}


Expand Down

0 comments on commit cf3e1f0

Please sign in to comment.