Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsongraca committed Jan 5, 2024
1 parent 4d39551 commit c31b413
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- "master"

jobs:
setup:
name: Setup
build:
name: Build and Deploy
runs-on: ubuntu-latest

steps:
Expand All @@ -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:
Expand All @@ -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

0 comments on commit c31b413

Please sign in to comment.