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

Skip to content

Commit 18eba24

Browse files
committed
ci: revise release ci.
1 parent 3aa7451 commit 18eba24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,8 @@ jobs:
9393
name: "drop-ci-packages"
9494
path: './packages'
9595

96+
- name: test temp
97+
run: echo $env:MYGET_API_TOKEN
98+
9699
- name: Push TensorFlow.NET to myget.org
97100
run: dotnet nuget push .\packages\TensorFlow*.nupkg --source https://www.myget.org/F/scisharp/api/v3/index.json -k $env:MYGET_API_TOKEN --skip-duplicate

0 commit comments

Comments
 (0)
0