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 01fd9f7 commit 682173eCopy full SHA for 682173e
2 files changed
.github/workflows/npmpublish.yml
@@ -53,9 +53,9 @@ jobs:
53
- name: Publish to npm
54
run: |
55
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
56
- pnpm --filter use-shopping-cart publish --dry-run
+ pnpm --filter use-shopping-cart publish --dry-run --no-git-checks
57
else
58
- pnpm --filter use-shopping-cart publish
+ pnpm --filter use-shopping-cart publish --no-git-checks
59
fi
60
env:
61
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
use-shopping-cart/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "use-shopping-cart",
3
- "version": "4.0.0-alpha.3",
+ "version": "4.0.0-alpha.4",
4
"description": "Shopping cart state and logic for Stripe",
5
"author": "dayhaysoos",
6
"license": "MIT",
0 commit comments