diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 737e89331..41092ca2e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -274,6 +274,9 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- + - name: Install + run: yarn + - name: Release env: GH_TOKEN: ${{ secrets.GH_TOKEN }}