Add version echo
This commit is contained in:
parent
0f2a736b05
commit
b12185eacc
4
.github/workflows/maven-release.yml
vendored
4
.github/workflows/maven-release.yml
vendored
@ -24,6 +24,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name : Print version
|
||||
run: |
|
||||
echo "maven-release version 1"
|
||||
|
||||
- name: Set up Maven
|
||||
uses: stCarolas/setup-maven@v5
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user