Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava authored Jun 9, 2022
1 parent 5e5aaea commit ec451d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Pack
run: dotnet pack --no-restore
- name: Publish Eternity
run: dotnet nuget push **/*.nupkg -k ${NUGET_TOKEN} -s https://api.nuget.org/v3/index.json -n true
run: dotnet nuget push **/*.nupkg -k ${NUGET_TOKEN} -s https://api.nuget.org/v3/index.json --no-symbols
env:
NUGET_TOKEN: ${{secrets.PUBLIC_NUGET_TOKEN}}

- name: Publish Eternity Proget
run: dotnet nuget push **/*.nupkg -k ${NUGET_KEY} -s ${NUGET_SOURCE} -n true
run: dotnet nuget push **/*.nupkg -k ${NUGET_KEY} -s ${NUGET_SOURCE} --no-symbols
env:
NUGET_SOURCE: ${{secrets.PROGET_NUGET}}
NUGET_KEY: ${{secrets.PROGET_NUGET_TOKEN}}
Expand Down

0 comments on commit ec451d0

Please sign in to comment.