We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2601643 commit 5881405Copy full SHA for 5881405
.github/workflows/release.yml
@@ -52,6 +52,8 @@ jobs:
52
steps:
53
- name: Check out Git repository
54
uses: actions/checkout@v4
55
+ with:
56
+ fetch-depth: 0
57
58
- name: Download artifact
59
id: download-artifact
0 commit comments