Skip to content

Commit ab7d23b

Browse files
Fix release.yml
1 parent b8c2f63 commit ab7d23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Determine old tag name
2828
id: tag
2929
run: |
30-
git fetch --tags
30+
git fetch origin HEAD --tags --depth=2147483647
3131
echo 'old_tag='"$(git describe HEAD --abbrev=0 --tags)" >> $GITHUB_ENV
3232
3333
- name: List update

0 commit comments

Comments
 (0)