ci: Add missing checkout step in release job (#179)

This commit is contained in:
Hendrik Eeckhaut
2025-05-14 14:17:05 +02:00
committed by GitHub
parent 08520a90ff
commit f34718f352

View File

@@ -43,6 +43,8 @@ jobs:
runs-on: ubuntu-latest
needs: build-lint-test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download extension from build-lint-test job
uses: actions/download-artifact@v4
with: