Skip to content

Commit 4ca9454

Browse files
committed
fix fetch depth arg
1 parent adf80c2 commit 4ca9454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ runs:
5656
if: ${{ !(github.event.release && github.event.action == 'published') &&
5757
inputs.version-str == 'unknown' }}
5858
uses: actions/checkout@v4
59-
fetch-depth: 0
59+
with:
60+
fetch-depth: 0
6061
- name: Otherwise use git to get the version
6162
if: ${{ !(github.event.release && github.event.action == 'published') &&
6263
inputs.version-str == 'unknown' }}

0 commit comments

Comments
 (0)