Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstonePfalz authored Mar 21, 2024
1 parent fa7f3d8 commit 827a9f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ steps.get_version.outputs.version }}
title: Release v${{ steps.get_version.outputs.version }}
body: ${{ steps.read_changelog.outputs.changelog }}
title: v${{ steps.get_version.outputs.version }}
body: |
$(cat CHANGELOG.md)
token: ${{ secrets.BOT_TOKEN }}

- name: Set autorelease published label
Expand Down

0 comments on commit 827a9f2

Please sign in to comment.