Skip to content

Commit

Permalink
ci: added coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Lutz Souza committed Aug 24, 2022
1 parent a896a58 commit ffef265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
Expand Down

0 comments on commit ffef265

Please sign in to comment.