Skip to content

Commit

Permalink
修复流水
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Mar 1, 2024
1 parent f4b6bc2 commit d665080
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/PublishNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.300
dotnet-version: |
3.1.x
5.0.x
6.0.x
8.0.x
- name: Install tool
run: dotnet tool install -g dotnetCampus.TagToVersion
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
3.1.x
5.0.x
6.0.x
8.0.x
- name: Build with dotnet
run: |
dotnet restore
Expand Down

0 comments on commit d665080

Please sign in to comment.