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