Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Feb 23, 2024
1 parent a316515 commit 83dc5e1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:

- name: Parse Changelog
id: changelog
uses: ocavue/[email protected]

- name: Changelog body output
run: echo "${{ steps.changelog.outputs.latestBody }}"
uses: coditory/changelog-parser@v1

- name: Changelog description output
run: echo "${{ steps.changelog.outputs.description }}"
Expand All @@ -37,9 +34,9 @@ jobs:
id: release
uses: ncipollo/[email protected]
with:
name: v${{ steps.changelog.outputs.latestVersion }}
body: ${{ steps.changelog.outputs.latestBody }}
tag: v${{ steps.changelog.outputs.latestVersion }}
name: v${{ steps.changelog.outputs.version }}
body: ${{ steps.changelog.outputs.description }}
tag: v${{ steps.changelog.outputs.version }}
generateReleaseNotes: false
allowUpdates: true
artifactErrorsFailBuild: true
Expand Down

0 comments on commit 83dc5e1

Please sign in to comment.