Skip to content

Commit 1f23df7

Browse files
Fix version
Fix zero-version by fetching the whole Git history.
1 parent c9426db commit 1f23df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/oats.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
with:
26+
fetch-depth: 0
2627
filter: 'tree:0'
2728
persist-credentials: false
2829
show-progress: false

0 commit comments

Comments
 (0)