diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f324afc..85c40a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,6 +48,7 @@ jobs: needs: [eslint, pack, prettier, tsc] if: startsWith(github.ref, 'refs/tags/') steps: + - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: { node-version: 16 } - run: npm ci