Skip to content

Commit d790636

Browse files
committed
Update CI
1 parent 36bba87 commit d790636

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ jobs:
4646
permissions:
4747
contents: write
4848
steps:
49-
- uses: actions/download-artifact@v4
50-
with:
51-
name: binaries
52-
5349
- uses: actions/checkout@v4
5450
with:
5551
fetch-depth: 0
52+
fetch-tags: true
53+
54+
- uses: actions/download-artifact@v4
55+
with:
56+
name: binaries
5657

5758
- name: Extract release notes from tag
5859
id: notes

0 commit comments

Comments
 (0)