We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb52781 commit 8739f93Copy full SHA for 8739f93
1 file changed
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
- run: npm ci
20
- run: npm run build
21
- run: ls pkg/
22
+ - run: ls pkg/dist-types
23
- run: npx semantic-release
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments