Skip to content

Commit b98e267

Browse files
committed
chore: update action file
1 parent 99ecfdf commit b98e267

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Node.js Package
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [created]
67

@@ -27,6 +28,7 @@ jobs:
2728
- uses: actions/setup-node@v4
2829
with:
2930
node-version-file: .tool-versions
31+
registry-url: 'https://registry.npmjs.org'
3032
- run: npm ci
3133
- run: npm run build
3234
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)