Skip to content

Commit ec7f3a8

Browse files
authored
Add code checkout to release step (#64)
1 parent 1a6e546 commit ec7f3a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
permissions:
5050
contents: write
5151
steps:
52+
- name: Checkout code
53+
uses: actions/checkout@v4
54+
5255
- name: Download all artifacts
5356
uses: actions/download-artifact@v4
5457
with:

0 commit comments

Comments
 (0)