Skip to content

Commit

Permalink
Updated release workflow by body.
Browse files Browse the repository at this point in the history
  • Loading branch information
schuler-henry committed Dec 26, 2022
1 parent 22c404e commit cfd8a1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- name: Rename main.pdf
run: mv "./main.pdf" "hausarbeit-software-qualität-DEV-CHAT.pdf"

- name: Build Changelog
id: build_changelog
uses: mikepenz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create release
id: create_release
uses: actions/create-release@v1
Expand All @@ -44,6 +50,7 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
body: ${{steps.github_release.outputs.changelog}}

- name: Upload release asset
id: upload-release-asset
Expand Down

0 comments on commit cfd8a1e

Please sign in to comment.