From c5ba05cf653fc3de4ea520aafde2a38170f10656 Mon Sep 17 00:00:00 2001 From: realonepiecefreak Date: Thu, 23 Nov 2023 12:12:22 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 995f0e4..c1eb03e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.404 + dotnet-version: 7.0.404 # Upload ImGui.Forms to nuget.org - name: Publish ImGui.Forms @@ -33,4 +33,4 @@ jobs: VERSION_FILE_PATH: ImGui.Forms/ImGui.Forms.nuspec VERSION_REGEX: '^\s*(.*)<\/version>\s*$' TAG_FORMAT: '*' - NUGET_KEY: ${{secrets.NUGET_API_KEY}} \ No newline at end of file + NUGET_KEY: ${{secrets.NUGET_API_KEY}}