Skip to content

Commit

Permalink
ci: use new setup-release outputs (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jun 9, 2024
1 parent 9a022a2 commit 320d809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
with:
allowUpdates: false
artifacts: ''
body: ''
body: ${{ steps.setup-release.outputs.release_body }}
discussionCategory: ${{ steps.vars.outputs.discussion_category }}
generateReleaseNotes: true
generateReleaseNotes: ${{ steps.setup-release.outputs.release_generate_release_notes }}
name: ${{ steps.vars.outputs.release_tag }}
prerelease: true
tag: ${{ steps.vars.outputs.release_tag }}
Expand Down

0 comments on commit 320d809

Please sign in to comment.