Skip to content

Commit 79b27f3

Browse files
committed
fixed publish
1 parent 5f8f2fb commit 79b27f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
if: github.ref == 'refs/heads/main'
5454
id: changesets
5555
uses: changesets/action@v1
56+
with:
57+
publish: pnpm release
5658
env:
5759
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5860
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/qwikifiers/qwik-turnstile"
2222
},
23+
2324
"engines": {
2425
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
2526
},
@@ -37,7 +38,7 @@
3738
"fmt.staged": "pretty-quick --staged",
3839
"lint": "eslint \"src/**/*.ts*\"",
3940
"release.pkg-pr-new": "pnpm dlx pkg-pr-new@^0.0.30 publish",
40-
"release": "np",
41+
"release": "changeset publish",
4142
"start": "vite --open --mode ssr",
4243
"test": "echo \"No test specified\" && exit 0",
4344
"qwik": "qwik"

0 commit comments

Comments
 (0)