Commit 4a8f3e1
Fix release workflow to strip 'v' prefix from version tag
NuGet version strings don't support the 'v' prefix. The workflow
extracts the git tag (e.g., v1.0.0-beta.13) and strips the 'v' to get
the proper NuGet version format (1.0.0-beta.13).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent af88228 commit 4a8f3e1
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments