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 58950bb commit 715ea63Copy full SHA for 715ea63
.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