Skip to content

Create Release

Create Release #13

Workflow file for this run

name: Create Release
on:
push:
tags:
- 'v*.*.*'
jobs:
release:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
makeLatest: true