Commit c542163
committed
CI: Fix tag serach value for TestPyPI publishing
* As the tag events that trigger workflows are not prefixed by 'v' but
instead just use SemVer numbers the GitHub Actions `startsWith`
function can only check if a tag has been pushed, as `startsWith`
does not support regex.
- c.f. https://docs.github.com/en/actions/learn-github-actions/expressions#startswith1 parent 31aec62 commit c542163
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments