diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d5d904..369b904 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,7 @@ jobs: - name: Create or Update Draft Release uses: softprops/action-gh-release@v1 + if: ${{ success() }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: