Skip to content

Commit

Permalink
Updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber committed May 17, 2024
1 parent 6e8f884 commit 74beaa4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,11 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts

- name: Read patch notes from file
id: read_patch_notes
run: |
PATCH_NOTES=$(cat patch_notes.txt)
echo "patch_notes=$PATCH_NOTES" >> $GITHUB_ENV
uses: juliangruber/[email protected]
with:
path: ./patch_notes.txt

- name: Upload builds to Releases
uses: ncipollo/release-action@v1
Expand All @@ -238,7 +237,7 @@ jobs:
***
## Patch notes:
${{ env.patch_notes }}
${{ steps.package.outputs.content }}
name: Updated build
prerelease: false
Expand Down

0 comments on commit 74beaa4

Please sign in to comment.