Commit dab8106
fix(ci): handle pre-existing tags in release workflow
When a tag is pushed manually before CI runs, the release job would fail
on `git tag` and skip the build. Now it detects existing remote tags and
still triggers the build job.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5c05237 commit dab8106
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | | - | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | | - | |
59 | | - | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments