From 38e1ea230164786fd4db73372522929c91e1a709 Mon Sep 17 00:00:00 2001 From: BlossomiShymae <87099578+BlossomiShymae@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:46:13 -0600 Subject: [PATCH] Fix workflows, lol --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e7b2b6..6298d05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,7 @@ jobs: with: dotnet-version: 8.0.x - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - ref: release + uses: actions/checkout@v4 - name: Build run: dotnet build ${{env.PROJECT_NAME}} -c Release - name: Publish