We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d783daa commit ac01115Copy full SHA for ac01115
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
cache: npm
16
- run: npm ci
17
- run: npm run build
18
+ - name: "Fix pkg.files file pattern"
19
+ run: node scripts/fix-package-json.js
20
- run: npx semantic-release
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments