We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fe39f commit 88adf47Copy full SHA for 88adf47
1 file changed
.github/workflows/release.yml
@@ -80,6 +80,7 @@ jobs:
80
uses: actions/checkout@v4.1.7
81
with:
82
persist-credentials: false
83
+ fetch-depth: 0
84
85
- name: Fetch all tags
86
run: git fetch --force --tags origin
0 commit comments