Skip to content

Commit bcaac01

Browse files
committed
fix: unescape backticks in INSTALL heredoc
1 parent 1276f57 commit bcaac01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
INSTALL=$(cat <<'EOF'
4141
# Installation
4242

43-
\`\`\`bash
43+
```bash
4444
# Homebrew (macOS)
4545
brew install --cask thedavidweng/tap/money
4646
4747
# Go (cross-platform)
4848
go install github.com/thedavidweng/money/cmd/money@VERSION_PLACEHOLDER
49-
\`\`\`
49+
```
5050
EOF
5151
)
5252
INSTALL="${INSTALL/VERSION_PLACEHOLDER/$TAG}"

0 commit comments

Comments
 (0)