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 18, 2024
1 parent 041f7d1 commit f572abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
name: build_and_upload
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 @@ -90,7 +91,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 f572abc

Please sign in to comment.