diff --git a/.github/workflows/prepare-package-release.yml b/.github/workflows/prepare-package-release.yml index 8d8e30ab9af..87cffaba3a3 100644 --- a/.github/workflows/prepare-package-release.yml +++ b/.github/workflows/prepare-package-release.yml @@ -37,6 +37,7 @@ jobs: - name: Get id string id: id run: echo ${${{ github.event.inputs.packages }}//,/} + run: echo "${{ github.event.inputs.packages }}" | sed "s/,/-/" # - name: Set all package string # id: all_description