1 parent e031810 commit 43f46afCopy full SHA for 43f46af
1 file changed
.github/workflows/release.yml
@@ -53,6 +53,8 @@ jobs:
53
update_main_branch_version: ${{ steps.update-main.outputs.update_main_branch_version }}
54
steps:
55
- uses: actions/checkout@v6
56
+ with:
57
+ fetch-depth: 0
58
- name: Output release version
59
id: release-version
60
run: |
0 commit comments