diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index 4bf8d49bb64..fe0666074ea 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -60,7 +60,8 @@ jobs: git commit -m "build: update types and package-lock" || true npm run publish:latest - npm run util:upload-release-assets -- "${{ steps.release.outputs.paths_released }}" + npm run util:upload-release-assets -- "$RELEASED_PATHS" env: + RELEASED_PATHS: ${{ toJSON(steps.release.outputs.paths_released) }} NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NPM_CONFIG_PROVENANCE: true