From 0bb15e764830830ecc37912bf255c5cbe73c7622 Mon Sep 17 00:00:00 2001 From: Omer Faruk APLAK Date: Wed, 7 Oct 2020 16:45:34 +0300 Subject: [PATCH] fix release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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