Skip to content

Commit e790806

Browse files
committed
🚧 Fix CI not getting git history
1 parent 4fd6027 commit e790806

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
contents: write
1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
16+
fetch-tags: true
1417
- name: Set up JDK 21
1518
uses: actions/setup-java@v4
1619
with:

0 commit comments

Comments
 (0)