diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e2e5089e..2584bcfc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -79,7 +79,7 @@ jobs: publish-github-packages: if: startsWith(github.ref, 'refs/tags/v') - needs: [test] + needs: [test, publish-maven-central] runs-on: ubuntu-latest permissions: