From 67c4cf009b50aba92c30755957ebbdeecf590464 Mon Sep 17 00:00:00 2001 From: Vitali Semianiaka Date: Thu, 1 Jan 2026 23:34:57 +0300 Subject: [PATCH] fix --- .gitea/workflows/publish-nuget.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index 0835b79..73fd6e3 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -19,7 +19,6 @@ jobs: runs-on: ubuntu-latest container: image: vaibhavgawali/dotnet-node-python-openjdk:latest - needs: checkout-code steps: - name: Checkout repository uses: actions/checkout@v3