Skip to content

Commit 444d6dd

Browse files
authored
Merge pull request #51 from danilolutz/feature/ci-coverage
ci: added coverage
2 parents cc83d70 + 4215a54 commit 444d6dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/setup-dotnet@v2
1616
with:
1717
dotnet-version: 6.0.x
18-
source-url: https://nuget.pkg.github.com/CoreZipCode/index.json
18+
source-url: https://nuget.pkg.github.com/danilolutz/index.json
1919
env:
2020
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2121
- run: dotnet build --configuration Release CoreZipCode.sln
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 --api-key ${{secrets.NUGET_API_KEY}}
25+
run: dotnet nuget push CoreZipCode/bin/Release/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)