fix(release): brace variable before unicode ellipsis #4

Merged
adrianbonpin merged 1 commits from fix/release-var-brace into prod 2026-08-20 19:38:21 +00:00
Owner

Bash under set -u misparses $TAG… (the unicode ellipsis immediately after $TAG) as part of the variable name, causing 'unbound variable'. Use ${TAG} instead. This was hit when actually creating the Gitea release.

Bash under set -u misparses `$TAG…` (the unicode ellipsis immediately after $TAG) as part of the variable name, causing 'unbound variable'. Use ${TAG} instead. This was hit when actually creating the Gitea release.
adrianbonpin added 1 commit 2026-08-20 19:38:19 +00:00
adrianbonpin merged commit 5713f5e792 into prod 2026-08-20 19:38:21 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: adrianbonpin/deckyvault#4