From c31b413ae2df12f9ffefb89ed01113ba50bf8465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Gra=C3=A7a?= Date: Fri, 5 Jan 2024 03:26:42 +0000 Subject: [PATCH] fix --- .github/workflows/deploy.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9efab31..0c4a42b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -6,8 +6,8 @@ on: - "master" jobs: - setup: - name: Setup + build: + name: Build and Deploy runs-on: ubuntu-latest steps: @@ -20,14 +20,6 @@ jobs: distribution: 'temurin' cache: maven - build-and-deploy: - name: Build and Deploy - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - - steps: - name: 'Login to GitHub Container Registry' uses: docker/login-action@v1 with: @@ -38,11 +30,6 @@ jobs: - name: Build with Maven run: mvn -B deploy - finalize: - name: Final Stuff - runs-on: ubuntu-latest - - steps: # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 \ No newline at end of file