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

Skip to content

Commit f673a44

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

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

96-
- name: test temp
97-
run: echo $env:MYGET_API_TOKEN
98-
9996
- 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 $env:MYGET_API_TOKEN --skip-duplicate
97+
run: dotnet nuget push .\packages\TensorFlow*.nupkg --source https://www.myget.org/F/scisharp/api/v3/index.json --api-key ${{ secrets.MYGET_API_KEY }} --skip-duplicate

0 commit comments

Comments
 (0)
0