Skip to content

Commit

Permalink
[build] Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Sep 1, 2023
1 parent 04c2ba3 commit 7507cc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ jobs:
node-version: latest
- run: npm install github-release-notes -g
- name: Release Notes and Change logs
if: ${{contains(needs.bump_version.outputs.NEW_RELEASE, 'beta') == true || contains(needs.bump_version.outputs.NEW_RELEASE, 'alpha') == true}}
run: |
gren changelog
- name: Release Notes and Change logs
if: ${{contains(needs.bump_version.outputs.NEW_RELEASE, 'beta') == false && contains(needs.bump_version.outputs.NEW_RELEASE, 'alpha') == false}}
run: |
gren release
gren changelog
Expand Down

0 comments on commit 7507cc5

Please sign in to comment.