diff --git a/.github/workflows/create-release-post.yml b/.github/workflows/create-release-post.yml index f0ec96dcdb272..ececb58af6005 100644 --- a/.github/workflows/create-release-post.yml +++ b/.github/workflows/create-release-post.yml @@ -33,7 +33,7 @@ jobs: pnpm: true use-version-file: true - - run: node --run scripts:release-post "$VERSION" + - run: node --run scripts:release-post -- "$VERSION" working-directory: apps/site env: VERSION: ${{ inputs.version }}