Skip to content

Commit

Permalink
Ajustes Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Mar 26, 2024
1 parent d887409 commit 26c14af
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 26c14af

Please sign in to comment.