mirror of
https://github.com/yawaflua/Lava.NET.git
synced 2026-04-25 01:00:37 +03:00
Change dotnet version in nuget.yml file
This commit is contained in:
@@ -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