using key directly (#1058)
This commit is contained in:
parent
6c00fdbaab
commit
2f5d302447
|
|
@ -35,8 +35,6 @@ jobs:
|
|||
path: '**/bin/**/*.*nupkg'
|
||||
|
||||
- name: Publish MyGet
|
||||
env:
|
||||
MYGET_TOKEN: ${{ secrets.MYGET_TOKEN }}
|
||||
run: |
|
||||
nuget setApiKey $MYGET_TOKEN
|
||||
nuget setApiKey ${{ secrets.MYGET_TOKEN }}
|
||||
nuget push **/bin/**/*.nupkg -Source https://www.myget.org/F/opentelemetry/api/v2/package
|
||||
|
|
|
|||
Loading…
Reference in New Issue