From 0d42c9e4fad498b96ced703e1d5a6482091283a1 Mon Sep 17 00:00:00 2001 From: "e.rose" Date: Thu, 9 May 2024 00:29:59 -0400 Subject: [PATCH] removed 2nd tag check from cd --- .github/workflows/dotnet-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dotnet-release.yml b/.github/workflows/dotnet-release.yml index b4cead8..7e56bcb 100644 --- a/.github/workflows/dotnet-release.yml +++ b/.github/workflows/dotnet-release.yml @@ -31,7 +31,6 @@ jobs: run: sudo dotnet publish -r linux-x64 -c Release -o /app/linux-x64/ CloseAsteroids.csproj - name: Release uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') with: name: ${{ github.ref_name }} token: ${{ secrets.RELEASE_TOKEN }}