Skip to content

Commit f74c25a

Browse files
fix(release): enable variable expansion in release notes template
1 parent 32d223b commit f74c25a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
TAG_PREFIX: ${{ vars.TAG_PREFIX }}
255255
run: |
256256
BINARY_NAME="${BINARY_DEFAULT}"
257-
cat > release/RELEASE_NOTES.md << 'EOF'
257+
cat > release/RELEASE_NOTES.md << EOF
258258
## ${BINARY_NAME} v${{ inputs.version }}
259259
260260
### Verification

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)