diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d1575c48f..3cbb3903e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: "containerd-snapshotter": true } } - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: fetch-depth: 2 - uses: actions/setup-node@v3 @@ -102,4 +102,3 @@ jobs: run: | echo Pushing release of tag ${{ github.ref }} node common/scripts/install-run-rush.js docker:push -v - \ No newline at end of file