We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ff7313 + a896a58 commit cc83d70Copy full SHA for cc83d70
1 file changed
.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/*.nupkg
+ run: dotnet nuget push CoreZipCode/bin/Release/*.nupkg --api-key ${{secrets.NUGET_API_KEY}}
0 commit comments