1 parent 36bba87 commit d790636Copy full SHA for d790636
1 file changed
.github/workflows/ci.yml
@@ -46,13 +46,14 @@ jobs:
46
permissions:
47
contents: write
48
steps:
49
- - uses: actions/download-artifact@v4
50
- with:
51
- name: binaries
52
-
53
- uses: actions/checkout@v4
54
with:
55
fetch-depth: 0
+ fetch-tags: true
+
+ - uses: actions/download-artifact@v4
+ with:
56
+ name: binaries
57
58
- name: Extract release notes from tag
59
id: notes
0 commit comments