Skip to content

Commit

Permalink
fix: set output syntax 2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent ee15bae commit 4fde8a5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ jobs:
- name: Generate Conventional Changelog
id: changelog
if: env.previous_tag
run: |
echo ""::set-output name=changelog::$(npx conventional-changelog-cli -p angular)"
# run: |
# echo ""::set-output name=changelog::$(npx conventional-changelog-cli -p angular)"
run: >-
echo "::set-output name=changelog::$(
npx conventional-changelog-cli -p angular
)"
- run: |
echo "${{ steps.changelog.outputs.changelog }}"
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [](https://github.com/CloudNativeEntrepreneur/actions/compare/v0.10.11...v) (2022-11-20)


### Bug Fixes

* changelog ([de2ddd5](https://github.com/CloudNativeEntrepreneur/actions/commit/de2ddd5f80122ec92c5a6434d6b80591af57594f))
* changelog ([e9a1caa](https://github.com/CloudNativeEntrepreneur/actions/commit/e9a1caa444d3a1e8113e13cf826f3996d8cacaa2))
* changelog 2 ([e6f4f6a](https://github.com/CloudNativeEntrepreneur/actions/commit/e6f4f6a4c3afbba78b8afc283f42d09fc58ae0f7))
* changelog 3 ([d06498e](https://github.com/CloudNativeEntrepreneur/actions/commit/d06498e00a9d73967ed7fdc4a0667b18ab45667e))
* changelog 4 ([7a8e6d3](https://github.com/CloudNativeEntrepreneur/actions/commit/7a8e6d37a6204dca845dd9bcdbefd4c719a07ed2))
* changelog outputs ([972aa27](https://github.com/CloudNativeEntrepreneur/actions/commit/972aa27e77d1fa9b45bac7272725e1b6f32564ed))
* just expects prefix, not whole tag ([c85a3a1](https://github.com/CloudNativeEntrepreneur/actions/commit/c85a3a1ee33236a0bc4707b8b1874eb921e70184))
* optional ([37fd406](https://github.com/CloudNativeEntrepreneur/actions/commit/37fd406c63d93d7785907e7cb0ac675a69109836))
* previous_tag ([f5f4f2c](https://github.com/CloudNativeEntrepreneur/actions/commit/f5f4f2c72ccbe2a6df7041c5b10cb0e5491309fc))
* set output syntax ([ee15bae](https://github.com/CloudNativeEntrepreneur/actions/commit/ee15baec4f5c8396c4f47448c350a7e30213b5b9))


### Features

* conventional-changelog-cli ([1186095](https://github.com/CloudNativeEntrepreneur/actions/commit/118609585ecd795c47394eecc1f1030239e25581))



0 comments on commit 4fde8a5

Please sign in to comment.