Commit ef35396
committed
ci: fix GitHub Actions expression syntax in release-on-main workflow
The dry-run summary step used double quotes ("") in the if-expression,
which GitHub Actions expression parser does not support. Replace with
single quotes to match all other conditions in the workflow.
Validated with yaml-lint and actionlint (no errors, only shellcheck style hints).1 parent e472a1b commit ef35396
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments