Skip to content

Commit a946b3b

Browse files
committed
fix publish missing compiled files
1 parent f1567f2 commit a946b3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
token: ${{ secrets.NPM_TOKEN }}
3636

37+
- name: Compile typescript
38+
run: yarn build
39+
3740
- name: Create a Release
3841
uses: elgohr/Github-Release-Action@v5
3942
env:

0 commit comments

Comments
 (0)