Skip to content

Commit

Permalink
Merge pull request #71 from andrebaltieri/dev
Browse files Browse the repository at this point in the history
Pointing to Nuget.org
  • Loading branch information
andrebaltieri authored Feb 15, 2021
2 parents 2b1fcf2 + a9bd3d1 commit 8664d9c
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 }} -s https://nuget.pkg.github.com/flunt/index.json
run: dotnet nuget push "Flunt/bin/Release/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 comments on commit 8664d9c

Please sign in to comment.