From b5fc75b39816a0f325c8c58074afd61aede23cf7 Mon Sep 17 00:00:00 2001 From: YoEnte Date: Tue, 12 Aug 2025 16:03:31 +0200 Subject: [PATCH] fix: Release CD (another one) --- .github/workflows/cd.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index b3b7e3a..1732c3a 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -96,13 +96,6 @@ jobs: - uses: actions/download-artifact@v4 with: merge-multiple: true - - name: Ensure release exists - run: | - if ! gh release view "${{ github.ref_name }}" >/dev/null 2>&1; then - gh release create "${{ github.ref_name }}" --title "Release ${{ github.ref_name }}" --notes "Automated release by GitHub Actions" - fi - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Release Asset uses: softprops/action-gh-release@v2