Skip to content

Commit

Permalink
Merge pull request #51 from danilolutz/feature/ci-coverage
Browse files Browse the repository at this point in the history
ci: added coverage
  • Loading branch information
danilolutz committed Aug 24, 2022
2 parents cc83d70 + 4215a54 commit 444d6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
source-url: https://nuget.pkg.github.com/CoreZipCode/index.json
source-url: https://nuget.pkg.github.com/danilolutz/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: dotnet build --configuration Release CoreZipCode.sln
- 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/*.nupkg --api-key ${{secrets.NUGET_API_KEY}}
run: dotnet nuget push CoreZipCode/bin/Release/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit 444d6dd

Please sign in to comment.