Skip to content

Commit

Permalink
Merge pull request #70 from andrebaltieri/dev
Browse files Browse the repository at this point in the history
Changed action to push to NuGet
  • Loading branch information
andrebaltieri authored Feb 15, 2021
2 parents 5f95c36 + 6f1cf4b commit 2b1fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: dotnet pack --configuration Release

- name: Publish
run: dotnet nuget push "Flunt/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }}
run: dotnet nuget push "Flunt/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://nuget.pkg.github.com/flunt/index.json

0 comments on commit 2b1fcf2

Please sign in to comment.