Skip to content

Commit 677c4a3

Browse files
committed
fix: add distribution files to npm module
1 parent 65c1055 commit 677c4a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
contents: write
1515
steps:
1616
- uses: actions/checkout@v3
17+
- uses: actions/setup-node@v3
18+
with:
19+
node-version: 16
20+
cache: 'npm'
21+
- run: npm ci
22+
- run: npm run build
1723
- uses: cycjimmy/semantic-release-action@v3
1824
with:
1925
branch: main

0 commit comments

Comments
 (0)