From c64bcb5cc3cdf0439c7293376cb3ed3154357f3c Mon Sep 17 00:00:00 2001 From: sgubba01 Date: Wed, 28 May 2025 14:15:08 +0530 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3a39869..bcc2263 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,18 +25,3 @@ jobs: run: mvn -B package --file pom.xml - publish-job: - runs-on: ubuntu-latest - needs: build_test - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 - with: - java-version: '17' - distribution: 'temurin' - - run: mvn --batch-mode --update-snapshots verify - - run: mkdir staging && cp target/*.jar staging - - uses: actions/upload-artifact@v3 - with: - name: Package - path: staging \ No newline at end of file