Skip to content

Commit 23e7d7d

Browse files
authored
Enable fetching tags in update-gradle workflow
1 parent 32401f6 commit 23e7d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-gradle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
16+
fetch-tags: true
1617
- name: Set up JDK 17
1718
uses: actions/setup-java@v5
1819
with:

0 commit comments

Comments
 (0)