Skip to content

Commit

Permalink
try suggestion from NuGet/Home#8580
Browse files Browse the repository at this point in the history
  • Loading branch information
365Erez committed Mar 25, 2021
1 parent b34dcce commit 781bd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:

- name: Debug
working-directory: ./Nugets
run: echo dotnet nuget push "*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/ErezG --skip-duplicate --no-symbols true
run: echo dotnet nuget push "*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/ErezG/index.json --skip-duplicate --no-symbols true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push package
working-directory: ./Nugets
run: dotnet nuget push "*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/ErezG --skip-duplicate --no-symbols true
run: dotnet nuget push "*.nupkg" -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/ErezG/index.json --skip-duplicate --no-symbols true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 781bd7d

Please sign in to comment.