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 a338537 commit cce5722Copy full SHA for cce5722
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
cache: npm
19
- run: npm ci
20
- run: npm run build
21
+ - run: ls pkg/
22
- run: npx semantic-release
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments