From 5300679fa9a6a87d240671e5949c18af0d2a5777 Mon Sep 17 00:00:00 2001 From: SeerBit <74198009+seerbit-developers@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:35:49 +0000 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index effd1cf..64fd0d3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,6 +17,6 @@ jobs: node-version: 16 registry-url: 'https://registry.npmjs.org' - name: Publish package on NPM 📦 - run: npm run build && npm publish /home/runner/work/seerbit-angular/seerbit-angular/dist/seerbit-angular + run: npm run build && npm publish /home/runner/work/seerbit-angular/seerbit-angular/dist/seerbit-angular --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}