Skip to content

Commit

Permalink
Add default values to bump and get previous release
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve committed Aug 16, 2023
1 parent 54e3abb commit 6bbe962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-channel-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ inputs:
description: 'The postfix that will be added to the package version -rc / -test / empty.'
OVERRIDE_PACKAGE_VERSION:
required: false
default: false
description: 'Should override the PACKAGE_VERSION value with a custom value for the one click release process.'

runs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/get-previous-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ inputs:
description: "The channel to get the version to (ga, cloud, beta)."
POSTFIX:
required: false
default: ""
description: "The postfix that will be added to the package version -rc / -test / "" (empty string)."

runs:
Expand Down

0 comments on commit 6bbe962

Please sign in to comment.