8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1883198 commit 44b677fCopy full SHA for 44b677f
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
path: './packages'
95
96
- name: test temp
97
- run: echo "auth_token length ${#auth_token}"
+ run: echo "auth_token length ${#MYGET_API_TOKEN}"
98
99
- name: Push TensorFlow.NET to myget.org
100
- run: dotnet nuget push .\packages\TensorFlow*.nupkg --source https://www.myget.org/F/scisharp/api/v3/index.json -k ${{ secrets.MYGET_API_KEY }} --skip-duplicate
+ run: dotnet nuget push .\packages\TensorFlow*.nupkg --source https://www.myget.org/F/scisharp/api/v3/index.json -k ${{ secrets.MYGET_API_TOKEN }} --skip-duplicate
0 commit comments