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 0c599ed commit ca07744
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +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)'" >> $GITHUB_OUTPUT

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

0 comments on commit ca07744

Please sign in to comment.