updating push command (#1056)

This commit is contained in:
Eddy Nakamura 2020-08-12 11:27:19 -03:00 committed by GitHub
parent 014480fc16
commit 23bf260ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ jobs:
- name: Publish MyGet
env:
MYGET_TOKEN: ${{ secrets.MYGET_TOKEN }}
run: nuget push **/bin/**/*.nupkg --source https://www.myget.org/F/opentelemetry/api/v2/package --api-key $MYGET_TOKEN
run: nuget push **/bin/**/*.nupkg -Source https://www.myget.org/F/opentelemetry/api/v2/package -ApiKey $MYGET_TOKEN