added release notes option
This commit is contained in:
parent
0786279e98
commit
b07930ab66
1 changed files with 4 additions and 4 deletions
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
|
|
@ -5,10 +5,10 @@ on:
|
|||
environment:
|
||||
type: environment
|
||||
description: Select the environment
|
||||
new_release_notes:
|
||||
required: true
|
||||
type: string
|
||||
description: "The release notes for the new release (Unused atm)"
|
||||
new_release_notes:
|
||||
required: true
|
||||
type: string
|
||||
description: "The release notes for the new release (Unused atm)"
|
||||
|
||||
jobs:
|
||||
deploy_playstore_internal:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue