Skip to content

Commit f34718f

Browse files
authored
ci: Add missing checkout step in release job (#179)
1 parent 08520a9 commit f34718f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
runs-on: ubuntu-latest
4444
needs: build-lint-test
4545
steps:
46+
- name: Checkout
47+
uses: actions/checkout@v4
4648
- name: Download extension from build-lint-test job
4749
uses: actions/download-artifact@v4
4850
with:

0 commit comments

Comments
 (0)