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