We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8bfc0 commit 5d9ed8cCopy full SHA for 5d9ed8c
2 files changed
.github/workflows/npm-publish.yml .github/workflows/publish.yml.github/workflows/npm-publish.yml renamed to .github/workflows/publish.yml
@@ -18,6 +18,6 @@ jobs:
18
node-version: "22.x"
19
registry-url: "https://registry.npmjs.org"
20
- run: pnpm install
21
- - run: pnpm publish --provenance --access public
+ - run: pnpm publish --provenance --access public --no-git-checks
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-server",
3
- "version": "1.0.0-beta.3",
+ "version": "1.0.0-beta.4",
4
"description": "",
5
"keywords": [],
6
"license": "SEE LICENSE IN ./LICENSE",
0 commit comments