fix: escape shell variables in release pipeline #7

Merged
benvin merged 1 commits from benvin/fix-release-vars into main 2026-06-23 00:42:40 +10:00

1 Commits

Author SHA1 Message Date
unkinben eeb4a60639 fix: escape shell variables in release pipeline
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
Woodpecker interpolates ${VERSION} as a CI variable (empty) before the
shell sees it. Use $$ escaping so the shell assignment and references
survive YAML interpolation.
2026-06-23 00:39:21 +10:00