hotfix(ci): require verify-private to pass for publish job to trigger

This commit is contained in:
Quentin McGaw
2025-11-19 19:58:58 +00:00
parent 93567a7804
commit 0bb9f62755

View File

@@ -74,7 +74,7 @@ jobs:
github.event_name == 'release' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')
)
needs: [verify]
needs: [verify, verify-private]
runs-on: ubuntu-latest
environment: secrets
steps: