Skip to content

Commit d03185d

Browse files
authored
Enable manual trigger (#139)
1 parent 4557cc1 commit d03185d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-npm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: publish-to-npm
33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
permissions:
@@ -22,7 +23,7 @@ jobs:
2223
- uses: actions/checkout@v4
2324
- uses: actions/setup-node@v4
2425
with:
25-
node-version: '18'
26+
node-version: '20'
2627
registry-url: 'https://registry.npmjs.org/'
2728
- run: npm install
2829
- uses: JS-DevTools/npm-publish@v3

0 commit comments

Comments
 (0)