Skip to content

Commit 4da82a0

Browse files
committed
Remove unused Maven call
1 parent 45d185a commit 4da82a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Sanity check version
3030
if: ${{ !contains( github.event.inputs.release_version, '-M' ) }}
3131
run: |
32-
current_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
3332
release_version=${{ github.event.inputs.release_version }}
3433
3534
if [[ $release_version =~ ^[0-9]+.[0-9]+.[0-9]+$ ]]

0 commit comments

Comments
 (0)