Skip to content

Commit 0044819

Browse files
committed
build: test historical release version #2
1 parent 9fcad4b commit 0044819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Build with Maven # run Maven without tests (tests must pass in dev branch)
6565
run: |
6666
export CURRENT_VERSION="${{ steps.release_version.outputs.version }}"
67-
export NEW_VERSION="$( echo ${CURRENT_VERSION} | sed 's/^v//')"
67+
export NEW_VERSION="$( echo ${CURRENT_VERSION} | sed 's/^v//; s/-.*//')"
6868
echo $NEW_VERSION > version.txt
6969
echo "Version: $(cat version.txt)"
7070
env:

0 commit comments

Comments
 (0)