We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe7801 commit d0abc34Copy full SHA for d0abc34
1 file changed
.github/workflows/npm-publish.yml
@@ -6,6 +6,7 @@ name: Node.js Package
6
on:
7
release:
8
types: [published]
9
+ workflow_dispatch:
10
11
jobs:
12
build:
@@ -15,6 +16,7 @@ jobs:
15
16
- uses: actions/setup-node@v4
17
with:
18
node-version: 20
19
+ - run: cd packages/lib
20
- run: npm ci
21
- run: npm run build
22
@@ -27,6 +29,7 @@ jobs:
27
29
28
30
31
registry-url: https://registry.npmjs.org/
32
33
34
- run: npm publish --access public
35
env:
0 commit comments