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

Skip to content

Commit 021c7a3

Browse files
AsakusaRinneOceania2018
authored andcommitted
ci: update release ci.
1 parent 2fed0db commit 021c7a3

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
@@ -9,7 +9,7 @@ on:
99
types: [ labeled, opened, reopened, synchronize ]
1010

1111
env:
12-
MYGET_API_TOKEN: ${{ SECRETS.RINNE_MYGET_KEY }}
12+
MYGET_API_TOKEN: ${{ SECRETS.MYGET_API_KEY }}
1313
GITHUB_TOKEN: ${{ SECRETS.RINNE_GITHUB_TOKEN }}
1414

1515
jobs:
@@ -94,7 +94,7 @@ jobs:
9494
path: './packages'
9595

9696
- name: Add myget nuget source
97-
run: dotnet nuget add source https://www.myget.org/F/rinne/api/v2/package --name myget.org
97+
run: dotnet nuget add source https://www.myget.org/F/scisharp/api/v2/package --name myget.org
9898

9999
- name: Push TensorFlow.NET to myget.org
100100
run: dotnet nuget push .\packages\TensorFlow*.nupkg -s myget.org -k $env:MYGET_API_TOKEN --skip-duplicate

0 commit comments

Comments
 (0)
0