We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74a586 commit f8be6bcCopy full SHA for f8be6bc
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Extract tag versions
93
run: |
94
- regex="v(.*)-SNAPSHOT"
+ regex="(.*)-SNAPSHOT"
95
if [[ ${{ env.CURRENT_MAVEN_VERSION }} =~ $regex ]]
96
then
97
echo "CURRENT_RELEASE_VERSION=${BASH_REMATCH[1]}" >> $GITHUB_ENV
0 commit comments