Skip to content

Commit

Permalink
update npm publish action
Browse files Browse the repository at this point in the history
update npm publish action (changed to dry run for testing)
  • Loading branch information
PeterWarren authored Oct 8, 2024
1 parent fd48a75 commit e0061c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit e0061c8

Please sign in to comment.