Skip to content

Fix broken release flow #6

Fix broken release flow

Fix broken release flow #6

Workflow file for this run

name: release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
create-release:
runs-on: ubuntu-latest

Check failure on line 12 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 12
steps:
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true