Skip to content

Commit 72ebc7b

Browse files
committed
fix(ci): force checkout repository completely, so that all tags are available. Using only fetch-tags=true doesn't work
1 parent 3adfbdf commit 72ebc7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/create-linked-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
if: steps.validate_tag.outputs.is_valid == 'true'
6363
uses: actions/checkout@v4
6464
with:
65+
fetch-depth: 0
6566
fetch-tags: true
6667
token: ${{ steps.app_token.outputs.token }}
6768

0 commit comments

Comments
 (0)