Skip to content

Commit

Permalink
Missing release note reading for tagged workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xclemence committed May 19, 2020
1 parent e32caa4 commit 7e29243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
files: Build/Release/
dest: ${{ env.RELEASE_FILE_NAME }}

- name: Read Release Notes
id: release_notes
uses: juliangruber/read-file-action@v1
with:
path: ./doc/releases/${{ steps.tagName.outputs.tag }}.md

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7e29243

Please sign in to comment.