diff --git a/.github/workflows/registry-publish.yml b/.github/workflows/registry-publish.yml index ed17dead0..50424f83e 100644 --- a/.github/workflows/registry-publish.yml +++ b/.github/workflows/registry-publish.yml @@ -10,9 +10,6 @@ jobs: permissions: contents: write id-token: write - needs: - - check - if: needs.check.outputs.VERSION_EXISTS == 'false' steps: - uses: GitHubSecurityLab/actions-permissions/monitor@v1 - uses: actions/checkout@v5