Skip to content

Commit

Permalink
Merge pull request #111 from regulaforensics/sp-15311-update-nuget=pu…
Browse files Browse the repository at this point in the history
…blish

SP-15311 fix dll version
  • Loading branch information
KirylKovaliov authored May 6, 2024
2 parents 8ca9cca + 2e2839c commit 9c6bb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
- run: dotnet pack src/Regula.DocumentReader.WebClient -c Release -p:PackageVersion=${{github.event.release.name}}
- run: dotnet pack src/Regula.DocumentReader.WebClient -c Release -p:PackageVersion=${{github.event.release.name}} -p:Version=${{github.event.release.name}}
- run: dotnet nuget push src/Regula.DocumentReader.WebClient/bin/Release/Regula.DocumentReader.WebClient.${{github.event.release.name}}.nupkg -k ${{secrets.NUGET_AUTH_TOKEN}} -s https://api.nuget.org/v3/index.json

0 comments on commit 9c6bb5c

Please sign in to comment.