diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 232f6ba..48979ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: permissions: contents: write pull-requests: read - needs: [ build, publish ] + needs: [ build ] steps: - uses: actions/checkout@v4 with: