Skip to content

Commit fc9c3c0

Browse files
committed
chore: update
1 parent c48dbd2 commit fc9c3c0

File tree

3 files changed

+2095
-30
lines changed

3 files changed

+2095
-30
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
with:
3232
run_install: |
3333
- args: [--frozen-lockfile]
34-
- args: [--global, release-it, release-it-pnpm]
3534
3635
- name: Release
37-
run: release-it --verbose
36+
run: npx release-it --verbose
3837
env:
3938
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4039
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
"eslint-config-hyoban": "3.2.0",
6464
"lint-staged": "^15.4.1",
6565
"pnpm": "^9.15.4",
66+
"release-it": "^18.1.1",
67+
"release-it-pnpm": "^4.6.4",
6668
"simple-git-hooks": "^2.11.1",
6769
"typescript": "^5.7.3",
6870
"unbuild": "^3.3.1",

0 commit comments

Comments
 (0)