Commit e5211b3
committed
refactor: standardize variable bracing syntax in release workflows
Improve code consistency by using ${VAR} syntax instead of $VAR
for all variable references in release workflows.
Changes:
- Use ${TAG_NAME} for git tag and push commands in both ATS and MP workflows
- Use ${MP_PACKAGES_TO_BUMP} in Mass Payout validation message
This addresses PR feedback for improved consistency and follows bash
best practices for variable expansion.
Addresses: PR #645 comments #3 and #5 from andrewb1269hg
Signed-off-by: Miguel_LZPF <[email protected]>1 parent 7b01283 commit e5211b3
File tree
3 files changed
+1096
-954
lines changed- .github/workflows
3 files changed
+1096
-954
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
| 137 | + | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
| 137 | + | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments