Make release_notes optional to fix workflow indexing
This commit is contained in:
parent
457ca29298
commit
2c2c2d758a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
type: string
|
||||
release_notes:
|
||||
description: 'Release notes (markdown) - generated by Claude'
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue