Skip to content

Commit

Permalink
fixed publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Nov 23, 2024
1 parent 5f8f2fb commit 79b27f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
if: github.ref == 'refs/heads/main'
id: changesets
uses: changesets/action@v1
with:
publish: pnpm release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"type": "git",
"url": "https://github.com/qwikifiers/qwik-turnstile"
},

"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
Expand All @@ -37,7 +38,7 @@
"fmt.staged": "pretty-quick --staged",
"lint": "eslint \"src/**/*.ts*\"",
"release.pkg-pr-new": "pnpm dlx pkg-pr-new@^0.0.30 publish",
"release": "np",
"release": "changeset publish",
"start": "vite --open --mode ssr",
"test": "echo \"No test specified\" && exit 0",
"qwik": "qwik"
Expand Down

0 comments on commit 79b27f3

Please sign in to comment.