From 5ab4678e2b34b5c430de6071be108a3d0ebf361e Mon Sep 17 00:00:00 2001 From: tuancoltech Date: Wed, 4 Sep 2024 21:42:52 +0700 Subject: [PATCH] [DEBUG] Print all current modules' version --- .github/workflows/release_about.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release_about.yml b/.github/workflows/release_about.yml index 119c3c3..0ad550b 100644 --- a/.github/workflows/release_about.yml +++ b/.github/workflows/release_about.yml @@ -22,6 +22,9 @@ jobs: - name: Fetch all tags run: git fetch --tags + + - name: Check current version + run: ./gradlew currentVersion - name: Publish about to Github uses: gradle/gradle-build-action@v2