From 38dbe03eaf0776944d6b3971cd4bbd7f43d583a1 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Thu, 30 Apr 2026 22:25:09 +0530 Subject: [PATCH] chore: remove maven publish dependencies for publish-github-packages job --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c81cf81b..39f4168d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -85,7 +85,7 @@ jobs: publish-github-packages: if: startsWith(github.ref, 'refs/tags/v') - needs: [test, publish-maven-central] + needs: [test] runs-on: ubuntu-latest permissions: