Skip to content

Commit

Permalink
[Build] Remove useless release changelog line
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Aug 29, 2021
1 parent ccd6449 commit a4dd33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
arguments: buildAll

- name: Generate changelog
- name: Generate Changelog
id: changelog
uses: metcalfc/changelog-generator@v1.0.0
with:
Expand All @@ -47,7 +47,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body: ${{ steps.tag_version.outputs.changelog }} ${{ steps.changelog.outputs.changelog }}
body: ${{ steps.changelog.outputs.changelog }}
tag_name: ${{ steps.tag_version.outputs.new_tag }}
draft: true
prerelease: false
Expand Down

0 comments on commit a4dd33e

Please sign in to comment.