Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash committed Jul 18, 2023
1 parent 10ffa6e commit 87a08f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:

- name: Execute tests with Lerna
run: |
npx lerna5.5.2 run test
npx lerna@5.5.2 run test
shell: bash

- name: Publish package to npm
run: npx lerna5.5.2 publish from-package --yes --exact --no-verify-access
run: npx lerna@5.5.2 publish from-package --yes --exact --no-verify-access
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 87a08f6

Please sign in to comment.