Skip to content

Commit

Permalink
updated release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RisinT96 committed Jun 6, 2020
1 parent 8a29a60 commit 04f8930
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 @@ -61,6 +61,7 @@ jobs:
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
stringGeneratorNotic: true

- name: Create Release
id: create_release
Expand All @@ -70,8 +71,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
${{ steps.generate_changelog.outputs.changelog }}
body: ${{ steps.generate_changelog.outputs.changelog }}

- name: Download Build Artifacts
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 04f8930

Please sign in to comment.