Skip to content

Commit e8eca0e

Browse files
committed
fix(ci): checkout before ensure release in multi-os workflow
1 parent be7dad9 commit e8eca0e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-desktop-multi-os.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
outputs:
2525
tag_name: ${{ steps.tag.outputs.tag_name }}
2626
steps:
27+
- name: Checkout repository
28+
uses: actions/checkout@v5
29+
with:
30+
fetch-depth: 0
31+
2732
- name: Resolve tag name
2833
id: tag
2934
shell: bash

0 commit comments

Comments
 (0)