Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avishek-sen-gupta authored Jul 11, 2024
1 parent fba3a72 commit 2c852fd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Checkout submodules
# You may pin to the exact commit or the version.
# uses: textbook/git-checkout-submodule-action@0cb23c7e6a67085e1dc5e884920bd620f7b9c469
uses: textbook/git-checkout-submodule-action@2.1.1
uses: actions/checkout@v2
with:
# Set the --remote flag
remote: true
submodules: true
- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down

0 comments on commit 2c852fd

Please sign in to comment.