Skip to content

Commit

Permalink
Merge pull request #43 from jmesnil/remove_dependency_snapshot
Browse files Browse the repository at this point in the history
Rmove dependency snapshot from the GitHub action
  • Loading branch information
jmesnil committed Aug 3, 2023
2 parents 70a2de6 + 8c3190a commit 9441dda
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v3

run: mvn -B package --file pom.xml

0 comments on commit 9441dda

Please sign in to comment.