Skip to content

Commit

Permalink
I think this should actually fix this workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber authored and Windows200000 committed May 17, 2024
1 parent 1bb33d7 commit 1b169c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,8 @@ jobs:
with:
path: artifacts

- name: Checkout repository
uses: actions/checkout@v3

- name: Read patch notes from file
id: patch_notes
uses: juliangruber/[email protected]
with:
path: ./patch_notes.txt
Expand All @@ -240,7 +238,7 @@ jobs:
***
## Patch notes:
${{ steps.package.outputs.content }}
${{ steps.patch_notes.outputs.content }}
name: Updated build
prerelease: false
Expand Down

0 comments on commit 1b169c0

Please sign in to comment.