Skip to content

Commit ab802f1

Browse files
committed
chore: fixing ci
1 parent 4c80291 commit ab802f1

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
- name: Install dependencies
7070
run: npm ci
7171

72+
- name: Configure Git
73+
run: |
74+
git config --global user.name "github-actions[bot]"
75+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
76+
7277
- name: Build package
7378
run: npm run build
7479

lib/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
},
3333
"devDependencies": {
3434
"@biomejs/biome": "^2.1.1",
35+
"@semantic-release/commit-analyzer": "^13.0.1",
36+
"@semantic-release/github": "^11.0.3",
37+
"@semantic-release/npm": "^12.0.2",
38+
"@semantic-release/release-notes-generator": "^14.0.3",
3539
"@types/node": "^24.0.11",
3640
"@vitest/coverage-v8": "^3.2.4",
3741
"husky": "^9.1.7",

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)