Commit f4bec80
authored
Tighten release tag filter in galexie workflow (#75)
The previous `galexie-v*` glob matched any string starting with the
prefix, including tags containing shell metacharacters that could be
re-evaluated when downstream tooling expands `RELEASE_VERSION` into a
shell command. Constrain the filter to well-formed semver tags
(`galexie-vX.Y.Z` and `galexie-vX.Y.Z-rcN`) so non-conforming tags
never trigger a release build.1 parent e6f943b commit f4bec80
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments