Skip to content

Commit c1809a6

Browse files
ci: fix publishing
1 parent f3b5eb1 commit c1809a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish:
1313
name: Publish
1414
runs-on: ubuntu-latest
15-
if: github.repository == "WarningImHack3r/vite-plugin-lucide-preprocess"
15+
if: github.repository == 'WarningImHack3r/vite-plugin-lucide-preprocess'
1616
permissions:
1717
contents: read
1818
id-token: write
@@ -37,4 +37,4 @@ jobs:
3737
run: pnpm build
3838

3939
- name: Publish to NPM
40-
run: pnpm publish --no-git-checks
40+
run: npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"main": "./dist/index.js",
5757
"types": "./dist/index.d.ts",
5858
"type": "module",
59-
"packageManager": "pnpm@10.15.1"
59+
"packageManager": "pnpm@10.16.0"
6060
}

0 commit comments

Comments
 (0)