Skip to content

Commit a1d88fa

Browse files
authored
Merge pull request #402 from ma10/fix-create-release-20250828
Fix create-release job in the release wf
2 parents e0ae7e6 + 7a9cc93 commit a1d88fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ jobs:
200200
TAG: ${{ github.ref_name }}
201201

202202
steps:
203+
- name: Checkout repository
204+
uses: actions/checkout@v4
205+
with:
206+
ref: ${{ env.TAG }}
207+
fetch-depth: 0
208+
203209
- name: Download asset build artifact
204210
uses: actions/download-artifact@v4
205211
with:

0 commit comments

Comments
 (0)