Skip to content

Commit

Permalink
🐛 fix wrong datatype (#20)
Browse files Browse the repository at this point in the history
* 🐛 fix wrong datatype

* 🔧 add missing ticks for default version
  • Loading branch information
flaxel authored Apr 13, 2022
1 parent beb1e39 commit 54a1af0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version-resolver:
patch:
labels:
- 'patch'
default: patch
default: 'patch'
template: |
## Changes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template_release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
required: false
type: string
publish:
default: 'false'
default: false
required: false
type: string
type: boolean
tag:
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
type: number
delete-branch:
default: 'true'
default: true
required: false
type: boolean
exempt-pr-labels:
Expand Down

0 comments on commit 54a1af0

Please sign in to comment.