Skip to content

Commit 863b12e

Browse files
committed
Fix release job
1 parent 074123b commit 863b12e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ jobs:
108108
if: github.event_name == 'create' && github.event.ref_type == 'tag'
109109

110110
steps:
111+
# checkout the repo: convenient when creating the release
112+
- name: Checkout code
113+
uses: actions/checkout@v4
114+
111115
- name: Download all artifacts
112116
uses: actions/download-artifact@v4
113117
with:

0 commit comments

Comments
 (0)