Skip to content

Commit 525cb08

Browse files
SanftMonsterOceania2018
authored andcommitted
ci: revise release ci.
1 parent ffcc16c commit 525cb08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
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 "auth_token length ${#auth_token}"
98+
9699
- name: Push TensorFlow.NET to myget.org
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
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

0 commit comments

Comments
 (0)