Skip to content

Commit

Permalink
ED-11261
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve committed Jul 17, 2023
1 parent 961daa3 commit 3e1e019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-new-package-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
PACKAGE_VERSION=${CLEAN_PACKAGE_VERSION}-${{ inputs.CHANNEL }}-rc
# This condition is set in order to meet the one click releases requirements.
if [[ -z ${{ inputs.ADDITION_NAME }} ]]; then
if [[ -z "${{ inputs.ADDITION_NAME }}" ]]; then
PACKAGE_VERSION=${CLEAN_PACKAGE_VERSION}-${{ inputs.CHANNEL }}
else
PACKAGE_VERSION=${CLEAN_PACKAGE_VERSION}-${{ inputs.CHANNEL }}{{ inputs.ADDITION_NAME}}
Expand Down

0 comments on commit 3e1e019

Please sign in to comment.