Skip to content

Commit

Permalink
ignore error returned by lerna changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Aug 31, 2023
1 parent 9187428 commit 9a19343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Ensure that "lerna version" has been run
run: |
changed=$(yarn run --silent changed)
changed=$(yarn run --silent changed || true)
if [ -n "$changed" ]; then
echo "Error: Found changed packages. Please run 'yarn run version' before pushing changes." >&2
exit 1
Expand Down

0 comments on commit 9a19343

Please sign in to comment.