Skip to content

Commit f1a8fc3

Browse files
committed
Nuget version is gone...
1 parent e7fd1eb commit f1a8fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
GOTENBERG_PASSWORD: testpass
6262

6363
- name: Pack
64-
run: dotnet pack -c Release -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersion }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
64+
run: dotnet pack -c Release -p:PackageVersion=${{ steps.gitversion.outputs.FullSemVer }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
6565

6666
- name: Publish
6767
if: github.event_name != 'pull_request' && (github.ref_name == 'master')

0 commit comments

Comments
 (0)