Commit e9c6f4e
fix(ci): release.yml step
GitHub Actions rejects `if: \${{ secrets.X != '' }}` as 'Unrecognized
named-value: secrets', which silently invalidated the whole workflow
and prevented tag pushes from triggering a release. Drop the if:
gates — the existing runtime null-check inside each script handles
the no-cert case.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>if: cannot reference secrets directly1 parent 4a3c814 commit e9c6f4e
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | | - | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
159 | | - | |
| 161 | + | |
160 | 162 | | |
161 | | - | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
0 commit comments