From 8078244d63f04130bf0ad27aba5b60d4ab23bb3f Mon Sep 17 00:00:00 2001 From: actbit <57023457+actbit@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:39:00 +0900 Subject: [PATCH] [fix] release workflow --- .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 928c9a3..ec0d554 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,11 +40,8 @@ jobs: - name: Restore .NET dependencies run: dotnet restore - - name: Build .NET - run: dotnet build --configuration Release --no-restore - - name: Publish - run: dotnet publish OpenLibraryRent/OpenLibraryRent.csproj --configuration Release --no-build --output ./publish + run: dotnet publish OpenLibraryRent/OpenLibraryRent.csproj --configuration Release --output ./publish - name: Create version tag id: version