Commit 1a7349d
committed
Fix invalid env context in release workflow job-level env blocks
The smoke-test and pages-deploy jobs redefined VERSION via
${{ env.VERSION }} in their job-level env: blocks, but the env
context is not available there, failing workflow validation.
The workflow-level env.VERSION is already inherited by all jobs
and steps, so the redundant redefinitions are removed.
https://claude.ai/code/session_014crGVw5Bwiv3nv4EoBimbz1 parent 41e61a5 commit 1a7349d
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
504 | | - | |
505 | 503 | | |
506 | 504 | | |
507 | 505 | | |
| |||
544 | 542 | | |
545 | 543 | | |
546 | 544 | | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | 545 | | |
553 | 546 | | |
554 | 547 | | |
| |||
0 commit comments