Skip to content

Commit

Permalink
Add missing type to workflow input parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaldas Szentiks committed Nov 24, 2023
1 parent fce01f5 commit 492feeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_call:
inputs:
releaseVersion:
description: 'Release version (major.minor.patch)'
type: string
required: false
default: ''
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
releaseVersion:
description: 'Release version (major.minor.patch)'
required: true
type: string
default: ''

jobs:
Expand Down

0 comments on commit 492feeb

Please sign in to comment.