Skip to content

Commit

Permalink
fix publish missing compiled files
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Oct 21, 2024
1 parent f1567f2 commit a946b3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}

- name: Compile typescript
run: yarn build

- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
Expand Down

0 comments on commit a946b3b

Please sign in to comment.