From 179428c83eb986bf9b5e21e083275498197ce763 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Thu, 7 Dec 2023 15:45:11 +0100 Subject: [PATCH] Remove build package as publish does it automatically --- .github/actions/publish-package/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/publish-package/action.yml b/.github/actions/publish-package/action.yml index 18ed8005..a723e5b0 100644 --- a/.github/actions/publish-package/action.yml +++ b/.github/actions/publish-package/action.yml @@ -20,11 +20,6 @@ runs: cache: 'npm' registry-url: 'https://registry.npmjs.org' - - name: Build package - uses: ./.github/actions/build - with: - ${{ inputs.node-version }} - - name: Publish release to NPM run: npm publish shell: bash