From 38ce46b0b87d90961b185ce66da01dfea2cae2ba Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Tue, 29 Dec 2020 15:37:35 +0300 Subject: [PATCH] Add npm i & npm run build --- .github/workflows/publish_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 82479a6..6ec6e1c 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -51,6 +51,9 @@ jobs: node-version: '14' registry-url: 'https://registry.npmjs.org' + - run: npm i + - run: npm run build + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}