Trying to figure out RCA #30

Merged
hitanshu merged 2 commits from hitanshu/CFTunnels:tags into test 2025-06-05 18:03:12 +00:00
Showing only changes of commit 36050aec95 - Show all commits

View File

@ -15,6 +15,7 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Get latest tag dry run
run: |
echo "VERSION=$(git describe --tags --abbrev=0)"
@ -22,6 +23,5 @@ jobs:
echo "MAJOR=$(echo $VERSION | cut -d "." -f 1)"
echo "MINOR=$(echo $VERSION | cut -d "." -f 2)"
echo "PATCH=$(echo $VERSION | cut -d "." -f 3)"
uses: gradle/actions/wrapper-validation@v3
- name: Gradle build
run: ./gradlew build --info