From 8bfc870e61ed2bf0dc02cfbf8169aeb7f025b68e Mon Sep 17 00:00:00 2001 From: Sid Vishnoi Date: Fri, 16 Aug 2019 16:08:05 +0530 Subject: [PATCH] chore(CI): enable release workflow --- .github/workflows/npmpublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index b47ee15..a7c72b6 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -14,6 +14,6 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm i - - run: npm publish --dry-run # builds via prepublishOnly + - run: npm publish # builds via prepublishOnly env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}