Skip to content

Commit

Permalink
Removes obsolete mvn install
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankSchnicke committed Mar 10, 2023
1 parent 8c4c3ff commit 6be94f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
distribution: 'adopt'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
run: mvn -B package --file pom.xml


- name: Delete old sdk package
uses: actions/delete-package-versions@v3
continue-on-error: true
Expand Down

0 comments on commit 6be94f1

Please sign in to comment.