From 6506ecef295b44bc7398c200fac725c0917c8857 Mon Sep 17 00:00:00 2001 From: tuancoltech Date: Thu, 5 Sep 2024 12:55:04 +0700 Subject: [PATCH] [DEBUG] Print all tags and check currentVersion with useHighest flag --- .github/workflows/release_about.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_about.yml b/.github/workflows/release_about.yml index 0ad550b..b05928c 100644 --- a/.github/workflows/release_about.yml +++ b/.github/workflows/release_about.yml @@ -23,8 +23,11 @@ jobs: - name: Fetch all tags run: git fetch --tags + - name: Print all tags + run: git tag + - name: Check current version - run: ./gradlew currentVersion + run: ./gradlew currentVersion -Prelease.useHighestVersion - name: Publish about to Github uses: gradle/gradle-build-action@v2