Skip to content

Commit

Permalink
[DEBUG] Print all tags and check currentVersion with useHighest flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancoltech committed Sep 5, 2024
1 parent 5ab4678 commit 6506ece
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_about.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6506ece

Please sign in to comment.