We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fetch-depth
1 parent 0f9f93b commit 8a6c937Copy full SHA for 8a6c937
.github/workflows/release.yml
@@ -54,7 +54,10 @@ jobs:
54
# Var is empty if command to retrieve tag fails (e.g. if current SHA has no tag associated)
55
steps:
56
57
- - uses: actions/checkout@v4
+ - name: Clone repo with complete history and tags
58
+ uses: actions/checkout@v4
59
+ with:
60
+ fetch-depth: 0
61
62
- name: Store tag of SHA if present
63
id: tag-retriever
0 commit comments