From 9ccb6d653e4b68c97adbbe64e8d798b6f01b1ce2 Mon Sep 17 00:00:00 2001 From: Cem KIRAY Date: Thu, 5 May 2022 17:21:29 +0200 Subject: [PATCH] chore(workflow): remove build step --- .github/workflows/new-version.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/new-version.yml b/.github/workflows/new-version.yml index 6f9b410..be5ebe9 100644 --- a/.github/workflows/new-version.yml +++ b/.github/workflows/new-version.yml @@ -13,8 +13,6 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 10 - - run: npm install - - run: npm run build - id: publish-to-npm uses: JS-DevTools/npm-publish@v1