Skip to content

Commit

Permalink
Fix test publish endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Jul 11, 2021
1 parent 96f0dc0 commit d6f7ccd
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 @@ -28,4 +28,4 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release -p:PackageVersion=${{ github.event.inputs.packageVersion }}
- name: Push
run: dotnet nuget push ./bin/Release/*.nupkg -s https://dev.nugettest.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}
run: dotnet nuget push ./bin/Release/*.nupkg -s https://apidev.nugettest.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}

0 comments on commit d6f7ccd

Please sign in to comment.