fix: github release missing checkout (#2264)

actions/checkout was missing so it could not release
This commit is contained in:
dni ⚡ 2024-02-12 13:00:03 +01:00 committed by GitHub
parent 069a7922fc
commit 11173e6460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create github release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}