diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9aae757..bcd6ffcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -229,7 +229,8 @@ jobs: - name: Create or Update Draft Release uses: softprops/action-gh-release@v1 - if: github.ref_type!='tag' && success() + if: github.ref_type!='tag' + #&& success() env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: