Commit a9787dd
committed
build: allow wildcard in tag pattern for publish workflow
The tag pattern in the publish workflow was updated to include a
wildcard (*) at the end. This allows matching tags like "v1.2.3-alpha"
or "v1.2.3-beta" in addition to standard semantic versioning tags.
Affected file:
- .github/workflows/publish.yml1 parent 1cfb383 commit a9787dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments