Skip to content

Commit e31f37c

Browse files
committed
upgrade
1 parent a62ac73 commit e31f37c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
node-version: 24.x
2525

26+
- name: Upgrade npm (trusted publishing requires >= 11.5.1)
27+
run: npm install -g npm@latest
28+
2629
- name: Install dependencies
2730
run: npm install
2831

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"homepage": "https://github.com/inertiacore/vite-plugin",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/inertiacore/vite-plugin"
13+
"url": "git+https://github.com/inertiacore/vite-plugin.git"
1414
},
1515
"license": "MIT",
1616
"author": "InertiaCore",

0 commit comments

Comments
 (0)