Skip to content

Commit ac01115

Browse files
committed
ci(release): run 'scripts/fix-package-json.js' before release
1 parent d783daa commit ac01115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
cache: npm
1616
- run: npm ci
1717
- run: npm run build
18+
- name: "Fix pkg.files file pattern"
19+
run: node scripts/fix-package-json.js
1820
- run: npx semantic-release
1921
env:
2022
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)