chore: added checkout

This commit is contained in:
2026-03-17 22:54:31 +01:00
parent f16838c81c
commit 81dca211b5

View File

@@ -88,8 +88,11 @@ jobs:
create-release: create-release:
name: Create Release name: Create Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [export-mac, export-linux, export-windows] needs: [export-linux, export-windows]
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Extract version and body from CHANGELOG - name: Extract version and body from CHANGELOG
id: changelog id: changelog
run: | run: |