Skip to content

Commit 953217c

Browse files
authored
Update GitHub Actions workflow to fetch tags
Add fetch-tags option to checkout step
1 parent 3aada65 commit 953217c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-gradle.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v6
14+
with:
15+
fetch-depth: 0
16+
fetch-tags: true
1417

1518
- name: Set up JDK 17
1619
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)