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.
2 parents fa93ae7 + 26c14af commit 027c6cfCopy full SHA for 027c6cf
.github/workflows/release.yml
@@ -40,6 +40,7 @@ jobs:
40
mvn versions:set -DremoveSnapshot -DgenerateBackupPoms=false
41
42
- name: Set Release version env variable
43
+ shell: bash
44
run: |
45
echo "X_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
46
IFS='.' read -ra VER <<< "${{ env.X_VERSION }}"
0 commit comments