8000 ci: revise release ci. · SciSharp/TensorFlow.NET@44b677f · GitHub
[go: up one dir, main page]

Skip to content

Commit 44b677f

Browse files
committed
ci: revise release ci.
1 parent 1883198 commit 44b677f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
path: './packages'
9595

9696
- name: test temp
97-
run: echo "auth_token length ${#auth_token}"
97+
run: echo "auth_token length ${#MYGET_API_TOKEN}"
9898

9999
- 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
100+
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

Comments
 (0)
0