Skip to content

Commit

Permalink
Print release version in the CI Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Oct 31, 2024
1 parent 06c3157 commit 0d0e014
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
distribution: 'temurin'
java-version: 21

- name: Print Release Version
run: |
RELEASE_VERSION=$(grep '^JPRO_PLATFORM_VERSION' gradle.properties | cut -d'=' -f2)
echo "Release Version: $RELEASE_VERSION"
- name: Publish to Sandec Public Repository
run: |
./gradlew clean publish
Expand Down

0 comments on commit 0d0e014

Please sign in to comment.