This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ci: update release ci.
pull/1047/head
AsakusaRinne
2 years ago
parent
86c8c20836
commit
ed04b056c8
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/release.yml
+ 1
- 1
.github/workflows/release.yml
View File
@@ -5,7 +5,6 @@ on:
workflows: ["build_and_test"]
workflows: ["build_and_test"]
types:
types:
- completed
- completed
- required
env:
env:
MYGET_API_TOKEN: ${{ SECRETS.RINNE_MYGET_KEY }}
MYGET_API_TOKEN: ${{ SECRETS.RINNE_MYGET_KEY }}
@@ -31,6 +30,7 @@ jobs:
- name: Build solution
- name: Build solution
run: dotnet build -c Release --no-restore
run: dotnet build -c Release --no-restore
# run-semantic-release:
# run-semantic-release:
# runs-on: ubuntu-latest
# runs-on: ubuntu-latest
# needs: build
# needs: build
Write
Preview
Loading…
Cancel
Save