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 }}