diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3e28eb..cb0cf87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: cache: 'npm' - run: npm ci - run: npm run all + - run: ls release: runs-on: ubuntu-latest needs: build