Skip to content

Commit 383e7ee

Browse files
committed
chore: Tweak samantic release config
1 parent f9b8142 commit 383e7ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.claude/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"Bash(git checkout:*)",
2121
"WebFetch(domain:github.com)",
2222
"Bash(pnpm list:*)",
23-
"Bash(pnpm add:*)"
23+
"Bash(pnpm add:*)",
24+
"Bash(pnpm view:*)",
25+
"Bash(python3:*)"
2426
]
2527
}
2628
}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- uses: actions/setup-node@v4
5757
with:
5858
node-version-file: '.nvmrc'
59+
registry-url: 'https://registry.npmjs.org'
5960
- uses: pnpm/action-setup@v4
6061
- run: pnpm install
6162
- name: Build

0 commit comments

Comments
 (0)