Skip to content

Commit 37048c4

Browse files
committed
Add npm pack before upload
1 parent 32a6858 commit 37048c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
if: ${{ !github.event.release.prerelease }}
9393
with:
9494
token: ${{ secrets.NPM_TOKEN }}
95+
96+
- run: npm pack
9597
- name: Upload NPM package file
9698
uses: actions/upload-release-asset@v1
9799
env:

0 commit comments

Comments
 (0)