Skip to content

Commit

Permalink
Merge pull request #54 from danilolutz/bugifx/ci
Browse files Browse the repository at this point in the history
fix: nuget packages versioning
  • Loading branch information
danilolutz authored Aug 24, 2022
2 parents acc6831 + dce47cc commit d734973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Create the package
run: dotnet pack --configuration Release CoreZipCode.sln --include-symbols -p:PackageVersion=${{github.ref_name}} -v normal
- name: Publish the package to GPR
run: dotnet nuget push CoreZipCode/bin/Release/CoreZipCode.${{github.ref_name}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push CoreZipCode/bin/Release/CoreZipCode.${{github.ref_name}}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit d734973

Please sign in to comment.