Skip to content

Commit 4f11aae

Browse files
committed
Actually build the package
1 parent bb72870 commit 4f11aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
registry-url: 'https://registry.npmjs.org'
2626
- run: yarn
2727
- run: yarn version ${{ github.event.release.name }}
28+
- run: yarn run build
2829
- run: yarn pack
2930
- run: npm publish package.tgz --provenance --access public
3031
env:

0 commit comments

Comments
 (0)