Skip to content

Commit

Permalink
Checkout needs to happen before maven-settings-xml-action
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jan 12, 2024
1 parent 0a662e2 commit b0fb075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v21
with:
Expand Down Expand Up @@ -56,7 +57,6 @@ jobs:
"github"
]
output_file: .m2/settings.xml
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down

0 comments on commit b0fb075

Please sign in to comment.