Skip to content

Commit

Permalink
Merge pull request #128 from davseve/internal/ED-11261-one-click-clou…
Browse files Browse the repository at this point in the history
…d-release

ED-11261
  • Loading branch information
davseve authored Jul 17, 2023
2 parents 025f851 + 3e1e019 commit 618a3c3
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 618a3c3

Please sign in to comment.