mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
take out old help text from pipeline config (#1565)
These used to be needed because the `type` field didn't exist.
This commit is contained in:
parent
72d1a044d9
commit
3c50b01c23
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -10,17 +10,17 @@ on:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
include_repo_version:
|
include_repo_version:
|
||||||
description: 'Update version in repo? (true/false)'
|
description: 'Update version in repo?'
|
||||||
type: boolean
|
type: boolean
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: true
|
||||||
include_pypi:
|
include_pypi:
|
||||||
description: 'Publish to PyPI? (true/false)'
|
description: 'Publish to PyPI?'
|
||||||
type: boolean
|
type: boolean
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: true
|
||||||
include_brew:
|
include_brew:
|
||||||
description: 'Publish to Homebrew? (true/false)'
|
description: 'Publish to Homebrew?'
|
||||||
type: boolean
|
type: boolean
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue