Skip to content

Commit eba07f5

Browse files
committed
ci: Add step to check maven version
1 parent 2eff620 commit eba07f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-on-maven-central.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
git config --global user.name "GitHub Actions Bot"
2626
git config --global user.email "[email protected]"
2727
28+
- name: Check Maven Version
29+
run: mvn -v
30+
2831
- name: Deploy with Maven
2932
run: |
3033
cat $HOME/.m2/settings.xml

0 commit comments

Comments
 (0)