Commit 8bd9283
Fix release workflow to trigger on tag push and use tag as version
- Trigger on 'v*' tag push instead of manual workflow_dispatch
- Derive PackageVersion from the tag (strips leading 'v') using GITHUB_REF_NAME
- Remove hardcoded 0.2.2 version
Usage: push a tag like 'v0.2.3' to trigger a NuGet release at that version.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b27a9c2 commit 8bd9283
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
| 20 | + | |
19 | 21 | | |
20 | | - | |
| 22 | + | |
21 | 23 | | |
22 | | - | |
23 | | - | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments