We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fd1eb commit f1a8fc3Copy full SHA for f1a8fc3
1 file changed
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
GOTENBERG_PASSWORD: testpass
62
63
- name: Pack
64
- run: dotnet pack -c Release -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersion }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
+ run: dotnet pack -c Release -p:PackageVersion=${{ steps.gitversion.outputs.FullSemVer }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
65
66
- name: Publish
67
if: github.event_name != 'pull_request' && (github.ref_name == 'master')
0 commit comments