Skip to content

Add note on permissions to README (#19) #4

Add note on permissions to README (#19)

Add note on permissions to README (#19) #4

Workflow file for this run

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

Check failure on line 9 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 9
needs: publish
permissions:
contents: write
steps:
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true