We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1363f39 commit 7f70730Copy full SHA for 7f70730
.github/workflows/release.yml
@@ -209,7 +209,7 @@ jobs:
209
set -euo pipefail
210
ver='${{ needs.version.outputs.release_version }}'
211
tag="v$ver"
212
- body="{{ steps.changelog.outputs.changelog }}"
+ body="${{ steps.changelog.outputs.changelog }}"
213
files=( $(find downloaded_artifacts -type f -name '*.zip') )
214
if [ ${#files[@]} -eq 0 ]; then echo "No ZIP files to upload" >&2; exit 1; fi
215
checksums=$(find downloaded_artifacts -type f -name 'checksums.sha256.txt' -maxdepth 2 || true)
0 commit comments