We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acc6831 + dce47cc commit d734973Copy full SHA for d734973
.github/workflows/publish.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Create the package
23
run: dotnet pack --configuration Release CoreZipCode.sln --include-symbols -p:PackageVersion=${{github.ref_name}} -v normal
24
- name: Publish the package to GPR
25
- 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 commit comments