Skip to content

Commit 7f70730

Browse files
committed
Fixed release.yml
1 parent 1363f39 commit 7f70730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
set -euo pipefail
210210
ver='${{ needs.version.outputs.release_version }}'
211211
tag="v$ver"
212-
body="{{ steps.changelog.outputs.changelog }}"
212+
body="${{ steps.changelog.outputs.changelog }}"
213213
files=( $(find downloaded_artifacts -type f -name '*.zip') )
214214
if [ ${#files[@]} -eq 0 ]; then echo "No ZIP files to upload" >&2; exit 1; fi
215215
checksums=$(find downloaded_artifacts -type f -name 'checksums.sha256.txt' -maxdepth 2 || true)

0 commit comments

Comments
 (0)