Skip to content

Commit f572abc

Browse files
committed
Checkout needs to happen before maven-settings-xml-action
1 parent 041f7d1 commit f572abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
name: build_and_upload
4545
runs-on: ubuntu-latest
4646
steps:
47+
- uses: actions/checkout@v4
4748
- name: maven-settings-xml-action
4849
uses: whelk-io/maven-settings-xml-action@v21
4950
with:
@@ -90,7 +91,6 @@ jobs:
9091
"github"
9192
]
9293
output_file: .m2/settings.xml
93-
- uses: actions/checkout@v4
9494
- uses: actions/setup-java@v4
9595
with:
9696
distribution: 'temurin'

0 commit comments

Comments
 (0)