mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 10:59:31 +08:00
Update dotnetcore.yml
This commit is contained in:
parent
826ee85ec4
commit
10c46a95fa
9
.github/workflows/dotnetcore.yml
vendored
9
.github/workflows/dotnetcore.yml
vendored
|
@ -14,7 +14,8 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: 6.0.*
|
||||
dotnet-version: '7.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
@ -33,7 +34,8 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.0.*
|
||||
dotnet-version: '7.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
@ -52,7 +54,8 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.0.*
|
||||
dotnet-version: '7.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
|
|
Loading…
Reference in New Issue
Block a user