Skip to content

Commit f3b681b

Browse files
authored
Release (#61)
* test * test * fix test * testing semver fix
1 parent 99aa9bb commit f3b681b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet test host/Host.csproj --configuration Release --no-build --verbosity normal
5252

5353
- name: Pack host project
54-
run: dotnet pack host/Host.csproj --output nuget-packages --configuration Release --no-build -p:PackageVersion=${{ steps.gitversion.outputs.FullSemVer }}
54+
run: dotnet pack host/Host.csproj --output nuget-packages --configuration Release --no-build -p:PackageVersion=${{ steps.gitversion.outputs.MajorMinorPatch }}
5555

5656
- name: Push to NuGet
5757
run: |

0 commit comments

Comments
 (0)