diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eab5d07..866f9a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,6 @@ jobs: run: | export ACTIONS_CACHE_URL=$(echo "$ACTIONS_ID_TOKEN_REQUEST_URL" | grep -Po 'https://[^/]+/[^/]+/' | sed 's/pipelines/artifactcache/') export ACTIONS_RUNTIME_TOKEN=$ACTIONS_ID_TOKEN_REQUEST_TOKEN - node ./build/index.js cache + node ./build/index.js env: FORCE_COLOR: 2 \ No newline at end of file