Commit 9fd2fb9
committed
Fix version format for weekly release tags
Weekly release tags (refs/tags/release/weekly/*) were falling through
to pull request version format, producing malformed package versions
like '0.1.250929-pull-.2302' instead of '0.1.250929-build.2302'.
Added startsWith(github.ref, 'refs/tags/release/') to VERSION_PROPERTY
condition so release tags use build.RUNNUMBER format like main branch.
Fixes version suffix for both build and package jobs.
Evidence: Run 18109399189 artifacts showed all packages with 'pull-.'
instead of 'build.' format.1 parent 5438e4d commit 9fd2fb9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
0 commit comments