Skip to content

Commit

Permalink
Merge branch 'release/3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Mar 26, 2024
2 parents fa93ae7 + 26c14af commit 027c6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
mvn versions:set -DremoveSnapshot -DgenerateBackupPoms=false
- name: Set Release version env variable
shell: bash
run: |
echo "X_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
IFS='.' read -ra VER <<< "${{ env.X_VERSION }}"
Expand Down

0 comments on commit 027c6cf

Please sign in to comment.