mirror of
https://github.com/yawaflua/Lava.NET.git
synced 2025-12-09 20:09:26 +02:00
Change dotnet version in nuget.yml file
This commit is contained in:
2
.github/workflows/nuget.yml
vendored
2
.github/workflows/nuget.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.x.x'
|
dotnet-version: '8.x.x'
|
||||||
- name: Set output
|
- name: Set output
|
||||||
id: vars
|
id: vars
|
||||||
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user