Skip to content

Merge pull request #36 from matagus/fix-release-and-publish-action #1

Merge pull request #36 from matagus/fix-release-and-publish-action

Merge pull request #36 from matagus/fix-release-and-publish-action #1

Workflow file for this run

name: Create Draft Release
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
- draft: true

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Create Draft Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 18, Col: 9): A sequence was not expected

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Create Draft Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 18, Col: 9): A sequence was not expected
- allowUpdates: true
- generateReleaseNotes: true