fix(ci): invalid yaml

This commit is contained in:
kolaente 2021-10-11 21:56:27 +02:00
parent 97b7793805
commit de808b65b3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ on:
jobs:
release:
name: Test, build and release runs-on: ubuntu-latest steps:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1