diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 910c2da2d79..5da2314aa8c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -195,7 +195,7 @@ jobs: ./dist key: ${{ runner.os }}-dist-${{ hashFiles('package-lock.json') }} - run: | - if [[ "${{contains(github.ref, 'hotfix')}} ]]; then + if [[ ${{contains(github.ref, 'hotfix')}} ]]; then sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js fi - name: Semantic Release