Skip to content

Commit

Permalink
#68 Configure default branch as 'main' in build
Browse files Browse the repository at this point in the history
Co-Authored-By: Sandra Parsick <[email protected]>
  • Loading branch information
georgberky and sparsick committed Apr 19, 2023
1 parent c827bab commit 2281bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "dependency-update-maven-plugin"
git config --global init.defaultBranch main
mvn \
--show-version \
--fail-at-end \
Expand Down

0 comments on commit 2281bda

Please sign in to comment.