diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 8eada9ee..5f0c7cf1 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,8 +32,6 @@ jobs: - run: | git submodule update --init actions-toolkit - cd actions-toolkit/packages/artifact - npm install - name: Install dependencies run: npm ci