Skip to content

Commit 5224fbf

Browse files
committed
fix(docs): fix gh-pages release
1 parent fc71482 commit 5224fbf

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@ jobs:
2424
- name: Install Dependencies 🔧
2525
run: npm install --no-package-lock
2626

27+
- run: |
28+
git config user.name "GitHub Actions Bot"
29+
git config user.email "<>"
30+
2731
- name: Build & Deploy 🚀
28-
run: npm run deploy
32+
- run: |
33+
npm run deploy -- --message="docs(package): gh-pages"

tools/release/insert-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function insertVersions(packageRoot: string) {
5555
resolvedPackageRoot,
5656
'src',
5757
'utils',
58-
'versions.js'
58+
'versions.ts'
5959
);
6060

6161
if (!existsSync(packageJsonPath)) {

0 commit comments

Comments
 (0)