diff --git a/.github/workflows/prepare-package-release.yml b/.github/workflows/prepare-package-release.yml index ea8cd179cda..8d8e30ab9af 100644 --- a/.github/workflows/prepare-package-release.yml +++ b/.github/workflows/prepare-package-release.yml @@ -36,7 +36,7 @@ jobs: - name: Get id string id: id - run: echo ${${{ github.event.inputs.packages }}//','/''} + run: echo ${${{ github.event.inputs.packages }}//,/} # - name: Set all package string # id: all_description