Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored Oct 5, 2023
1 parent 5d50bc6 commit 1ba3592
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:

build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
Expand All @@ -35,8 +32,6 @@ jobs:
servers: '[{"id": "github", "username": "${{ secrets.TA_USERNAME }}", "password": "${{ secrets.TA_PASSWORD }}"}]'
- name: Build with Maven
run: mvn clean install -s /home/runner/.m2/settings.xml spring-boot:repackage
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ba3592

Please sign in to comment.