Commit f493e30
fix: move git tag creation before package build for MinVer
The workflow was creating the git tag AFTER building NuGet packages,
but MinVer needs the tag to exist BEFORE the build to calculate the
correct version. This was causing packages to be versioned as
2.0.1-alpha.0.2 instead of 3.0.0.
Changes:
- Moved "Create tag" step to execute after "Update version" and before "Restore dependencies"
- Now the v3.0.0 tag exists when dotnet pack runs
- MinVer will detect the tag and create packages with version 3.0.0
This fixes the NuGet package publishing issue for v3.0.0.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 2309987 commit f493e30
1 file changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
123 | 130 | | |
124 | 131 | | |
125 | 132 | | |
| |||
165 | 172 | | |
166 | 173 | | |
167 | 174 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments