Skip to content

Commit f8be6bc

Browse files
chore: fix regex
Signed-off-by: Joris Mancini <[email protected]>
1 parent a74a586 commit f8be6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Extract tag versions
9393
run: |
94-
regex="v(.*)-SNAPSHOT"
94+
regex="(.*)-SNAPSHOT"
9595
if [[ ${{ env.CURRENT_MAVEN_VERSION }} =~ $regex ]]
9696
then
9797
echo "CURRENT_RELEASE_VERSION=${BASH_REMATCH[1]}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)