Skip to content

Commit

Permalink
CI: it should break on error [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Feb 15, 2025
1 parent 43fa45e commit 16bccdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:

- name: Set version
run: |
set -e
npx lerna version --no-git-tag-version --yes --loglevel=error "$newversion" | tee .github/update.log
sed -e 's/\x1b\[[0-9;]*m//g' .github/update.log > .github/pr_body.log
jq -r .version freelens/package.json > .github/version.log
Expand Down

0 comments on commit 16bccdb

Please sign in to comment.