diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 1cd2f54..92543bd 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -7,11 +7,14 @@ on: - 'releases/*.*.*' jobs: - release: + build: name: Create draft release runs-on: ubuntu-latest steps: + - name: Checkout source code + uses: actions/checkout@v2 + - name: Draft release uses: ncipollo/release-action@v1 with: