Skip to content

Commit

Permalink
try different source
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed May 31, 2022
1 parent ffdfd56 commit 1677787
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 @@ -23,6 +23,6 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
- name: Push
run: dotnet nuget push Relewise.Client.Extensions.${VERSION}.nupkg --source https://nuget.pkg.github.com/Relewise/index.json --api-key ${NUGET_TOKEN}
run: dotnet nuget push Relewise.Client.Extensions.${VERSION}.nupkg --source https://api.nuget.org/v3/index.jso --api-key ${NUGET_TOKEN}
env:
NUGET_TOKEN: ${{ secrets.NUGET_RELEWISE_CLIENT_EXTENSIONS_TOKEN }}

0 comments on commit 1677787

Please sign in to comment.