We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adfbdf commit 72ebc7bCopy full SHA for 72ebc7b
1 file changed
.github/workflows/create-linked-release.yml
@@ -62,6 +62,7 @@ jobs:
62
if: steps.validate_tag.outputs.is_valid == 'true'
63
uses: actions/checkout@v4
64
with:
65
+ fetch-depth: 0
66
fetch-tags: true
67
token: ${{ steps.app_token.outputs.token }}
68
0 commit comments