Skip to content

Commit

Permalink
update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoodman510 committed Nov 19, 2023
1 parent 3bd155f commit 980a5ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
dotnet pack -c Release -o out
- name: Push NuGet package
run: dotnet nuget push ./DraftKings.LineupGenerator.Console/out/*.nupkg --api-key ${{secrets.NUGET_TOKEN}} --skip-duplicate --no-symbols true
run: dotnet nuget push ./DraftKings.LineupGenerator.Console/out/*.nupkg --api-key ${{secrets.NUGET_TOKEN}} --skip-duplicate --no-symbols true
continue-on-error: true

0 comments on commit 980a5ae

Please sign in to comment.