Skip to content

Commit

Permalink
fix: revert to syntax 2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent 83d6b7d commit 7d62d0a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,17 @@ jobs:
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

# - name: Generate Conventional Changelog
# id: changelog
# if: env.previous_tag
# run: echo "changelog=$(npx conventional-changelog-cli -p angular; echo x$?)" >> $GITHUB_OUTPUT
- name: Generate Conventional Changelog
id: changelog
if: env.previous_tag
run: echo "changelog=$(npx conventional-changelog-cli -p angular; echo x$?)" >> $GITHUB_OUTPUT
run: >-
echo "::set-output name=changelog::$(
npx conventional-changelog-cli -p angular
)"
- run: |
echo "${{ steps.changelog.outputs.changelog }}"
Expand Down

0 comments on commit 7d62d0a

Please sign in to comment.