diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cc8e890f0f4..f7ea4c1a7a65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: cache: pnpm - id: version - run: echo "value=$(echo ${{ github.ref }} | sed 's/refs\/tags\///'" >> $GITHUB_OUTPUT + run: echo "value=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')" >> $GITHUB_OUTPUT - name: bump version to ${{ steps.version.outputs.value }} run: | pnpx replace-in-files-cli \