Skip to content

Commit b0fb075

Browse files
committed
Checkout needs to happen before maven-settings-xml-action
1 parent 0a662e2 commit b0fb075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- uses: actions/checkout@v4
1314
- name: maven-settings-xml-action
1415
uses: whelk-io/maven-settings-xml-action@v21
1516
with:
@@ -56,7 +57,6 @@ jobs:
5657
"github"
5758
]
5859
output_file: .m2/settings.xml
59-
- uses: actions/checkout@v4
6060
- uses: actions/setup-java@v4
6161
with:
6262
distribution: 'temurin'

0 commit comments

Comments
 (0)