Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Apr 17, 2024
1 parent 7575824 commit baefdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
- name: Release
run: npx lerna publish --no-verify-access --no-private --conventional-commits --yes --loglevel debug
run: npx publish --no-verify-access --no-private --conventional-commits --yes --loglevel debug

- name: Sync next branch
run: |
Expand Down

0 comments on commit baefdc3

Please sign in to comment.