Skip to content

Commit 5d9ed8c

Browse files
committed
chore: update package.json version and publish script
1 parent ae8bfc0 commit 5d9ed8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
node-version: "22.x"
1919
registry-url: "https://registry.npmjs.org"
2020
- run: pnpm install
21-
- run: pnpm publish --provenance --access public
21+
- run: pnpm publish --provenance --access public --no-git-checks
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-server",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "",
55
"keywords": [],
66
"license": "SEE LICENSE IN ./LICENSE",

0 commit comments

Comments
 (0)