diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08a113e..3333214 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - run: | npm install npm build - npm test + npm run coverage npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file