diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d59b773..074d0b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,6 +12,8 @@ jobs: matrix: node-version: [12.18.4] steps: + - name: Checkout + uses: actions/checkout@v2 - name: Install dependencies run: npm install - name: Release