File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ functions:
5959 script : |
6060 set -euxo pipefail
6161 git reset --hard HEAD
62- git fetch origin "${SOURCE_REV}"
62+ git fetch origin "${SOURCE_REV}:${SOURCE_REV} "
6363 git checkout "${SOURCE_REV}"
6464 npm i
6565
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ functions:
3737 script : |
3838 set -euxo pipefail
3939 git reset --hard HEAD
40- git fetch origin "${SOURCE_REV}"
40+ git fetch origin "${SOURCE_REV}:${SOURCE_REV} "
4141 git checkout "${SOURCE_REV}"
4242 npm i
4343 bootstrap mongo-orchestration :
Original file line number Diff line number Diff line change 2929 name : Dispatch npm-publish workflow
3030 env :
3131 GH_TOKEN : ${{ github.token }}
32- DISPATCH_WORKFLOW_REF : ${{ github.sha }}
3332 run : |
3433 node ./.github/scripts/dispatch-and-wait.mjs npm-publish.yml \
3534 tag=nightly \
You can’t perform that action at this time.
0 commit comments