mirror of
https://github.com/yawaflua/Lava.NET.git
synced 2025-12-08 19:39:33 +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
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '7.x.x'
|
||||
dotnet-version: '8.x.x'
|
||||
- name: Set output
|
||||
id: vars
|
||||
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user