Skip to content

Commit

Permalink
fix: set output syntax 4
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent ca07744 commit 4cf49c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Generate Conventional Changelog
id: changelog
if: env.previous_tag
run: echo "changelog='$(npx conventional-changelog-cli -p angular)'" >> $GITHUB_OUTPUT
run: echo 'changelog="$(npx conventional-changelog-cli -p angular; echo x$?)"' >> $GITHUB_OUTPUT

- run: |
echo "${{ steps.changelog.outputs.changelog }}"
Expand Down

0 comments on commit 4cf49c5

Please sign in to comment.