Skip to content

Commit

Permalink
Update version to 3.2.0-rc6 in GitHub Actions workflow
Browse files Browse the repository at this point in the history
Changed the fallback version in the GitHub Actions packages workflow from 3.2.0-rc5 to 3.2.0-rc6. This ensures that the workflows use the updated release candidate version for deployments.
  • Loading branch information
sfmskywalker committed Aug 16, 2024
1 parent 83d0e14 commit 2ad3287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.2.0-rc5.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.2.0-rc6.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down

0 comments on commit 2ad3287

Please sign in to comment.