Skip to content

Commit cc83d70

Browse files
authored
Merge pull request #50 from danilolutz/feature/ci-coverage
ci: added coverage
2 parents 7ff7313 + a896a58 commit cc83d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Create the package
2323
run: dotnet pack --configuration Release CoreZipCode.sln --include-symbols -p:PackageVersion=${{github.ref_name}} -v normal
2424
- name: Publish the package to GPR
25-
run: dotnet nuget push CoreZipCode/bin/Release/*.nupkg
25+
run: dotnet nuget push CoreZipCode/bin/Release/*.nupkg --api-key ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)