diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d603127..49aa74d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: permissions: contents: read pull-requests: write - if: ${{ needs.release-package.outputs.release-created == 'true' && needs.release-package.outputs.upload-tag-name != ''}} + if: ${{ needs.release-package.outputs.upload-tag-name != ''}} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: