Commit 07d157a
Fix version in release-notes install commands (#43)
The GitHub Release body interpolated the raw tag name (e.g. v1.4.0) into the install commands, producing an invalid '--version v1.4.0'. Add a step that strips the leading 'v' and use the resolved package version (1.4.0) in the release notes. NuGet push was already correct (uses the csproj version).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e3b3580 commit 07d157a
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | | - | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
55 | | - | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
0 commit comments