Skip to content

Commit

Permalink
Using dotnet nuget, #4 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjerpbakk authored Oct 23, 2019
1 parent 2aff2ff commit 9355dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
run: |
chmod +x pack.sh
./pack.sh
dotnet nuget push ./nupkgs/*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_KEY }}
dotnet nuget push ./nupkgs/*.nupkg -Source https://nuget.pkg.github.com/Sankra/index.json -ApiKey ${{ secrets.GITHUB_TOKEN }}
dotnet nuget push ./nupkgs/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
dotnet nuget push ./nupkgs/*.nupkg --source https://nuget.pkg.github.com/Sankra/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
shell: bash

0 comments on commit 9355dd6

Please sign in to comment.