From 54c3cf2c8c40e208a1bcab91038363f852b80f0d Mon Sep 17 00:00:00 2001 From: kcs-koteswaradodda <86834695+kcs-koteswaradodda@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:36:38 +0530 Subject: [PATCH] Update vertx-base.yaml --- .github/workflows/vertx-base.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/vertx-base.yaml b/.github/workflows/vertx-base.yaml index aab73fc..0780ef7 100644 --- a/.github/workflows/vertx-base.yaml +++ b/.github/workflows/vertx-base.yaml @@ -32,9 +32,6 @@ jobs: - name: Configure Artifact Registry authentication run: gcloud auth configure-docker us-west1-maven.pkg.dev - - - name: Deploy Maven package - run: mvn clean deploy - name: Cache Maven dependencies uses: actions/cache@v3