Skip to content

Commit

Permalink
fix(ci): fix multi-line command
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Jan 25, 2021
1 parent 7432444 commit bd824f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python ./gen_schemas.py
- name: run semantic release
id: new_release
run:
run: |
nextRelease="`npx semantic-release --dryRun | grep -oP 'Published release \K.*? ' || true`"
npx semantic-release
echo "::set-output name=tag::$nextRelease"
Expand Down

0 comments on commit bd824f7

Please sign in to comment.