Commit 4a9ef35
Fix invalid secrets reference in versioning workflow (#1531)
Secrets cannot be used directly in step-level `if` expressions in
GitHub Actions. Use an env var with a shell conditional instead.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6fdf59b commit 4a9ef35
2 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | | - | |
| 89 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments