Skip to content

Commit

Permalink
publishing list config
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Nov 26, 2024
1 parent b86aec4 commit 463b61f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Node.js Package

on:
release:
types: [created]
push:
branches:
- 'igr/publish-fix-try-2'

jobs:
publish-npm:
Expand All @@ -25,7 +26,7 @@ jobs:
run: npm config set "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}"

- name: NPM config
run: npm config list
run: npm --version && npm config list

- name: Publish
run: npm publish --dry-run --workspaces --access public

0 comments on commit 463b61f

Please sign in to comment.