diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4bcc1c6..c65e876 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -156,7 +156,6 @@ jobs: permissions: packages: write needs: [ prepare ] - if: ${{ needs.prepare.outputs.found == 'false' }} env: VERSION: ${{ needs.prepare.outputs.version }} steps: