diff --git a/.github/workflows/test-edge-function.yml b/.github/workflows/test-edge-function.yml index f16b84c43..f07244480 100644 --- a/.github/workflows/test-edge-function.yml +++ b/.github/workflows/test-edge-function.yml @@ -16,7 +16,7 @@ jobs: - run: npm install git+https://github.com:supertokens/supertokens-node.git#$GITHUB_SHA - run: npm install - run: npm install mocha@6.1.4 jsdom-global@3.0.2 puppeteer@^11.0.0 isomorphic-fetch@^3.0.0 - - run: netlify deploy --build --json --auth=$NETLIFY_AUTH_TOKEN > deployInfo.json + - run: netlify deploy --alias 0 --build --json --auth=$NETLIFY_AUTH_TOKEN > deployInfo.json - run: cat deployInfo.json - run: | ( \