diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2b6ce4c..698741d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,8 +20,6 @@ jobs: contents: write # Allows reading the content of the repository. packages: write # Allows reading the content of the repository's packages. id-token: write - needs: tag-new-version - if: ${{ needs.tag-new-version.outputs.release_created == 'true' }} strategy: matrix: flavor: [upstream, registry1]