Skip to content

Commit 7c2f81b

Browse files
committed
fix release yml
1 parent 5b4ddf3 commit 7c2f81b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ jobs:
109109
# Create release notes
110110
RELEASE_NOTES="# Release ${TAG}
111111
112-
## Changes
113-
${CHANGELOG}
112+
## Changes
113+
${CHANGELOG}
114114
115-
## Downloads
116-
All builds are attached to this release."
117-
115+
## Downloads
116+
All builds are attached to this release."
117+
118118
# Output to file and env
119119
echo "$RELEASE_NOTES" > release_notes.md
120120
echo "release_notes<<EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)