From e0061c8fcca168577efb258f42b864b14d50e995 Mon Sep 17 00:00:00 2001 From: Peter Warren Date: Wed, 9 Oct 2024 10:41:20 +1100 Subject: [PATCH] update npm publish action update npm publish action (changed to dry run for testing) --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 22f8ead..2569d66 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,13 +20,13 @@ jobs: - run: npm install - run: npm link @angular/cli - run: ng build portal-core-ui --configuration production - - uses: JS-DevTools/npm-publish@v1 + - uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} package: dist/portal-core-ui/package.json access: public # Change dry-run to true for testing - dry-run: false - check-version: true + dry-run: true + strategy: all