ISSUE-33 #96

Merged
hitanshu merged 88 commits from kruti/CFTunnels:ISSUE-33 into test 2026-01-14 17:26:26 +00:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit 667f7c81dd - Show all commits

View File

@ -34,13 +34,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: JDK setup
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Create and push tag
run: |
echo "NEW_VERSION=${{ needs.tag.outputs.new_version }}"

View File

@ -34,6 +34,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: JDK setup
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Create and push tag
run: |
echo "NEW_VERSION=${{ needs.tag.outputs.new_version }}"