Skip to content

Commit 682173e

Browse files
committed
chore: release v4.0.0-alpha.4
1 parent 01fd9f7 commit 682173e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
- name: Publish to npm
5454
run: |
5555
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
56-
pnpm --filter use-shopping-cart publish --dry-run
56+
pnpm --filter use-shopping-cart publish --dry-run --no-git-checks
5757
else
58-
pnpm --filter use-shopping-cart publish
58+
pnpm --filter use-shopping-cart publish --no-git-checks
5959
fi
6060
env:
6161
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

use-shopping-cart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-shopping-cart",
3-
"version": "4.0.0-alpha.3",
3+
"version": "4.0.0-alpha.4",
44
"description": "Shopping cart state and logic for Stripe",
55
"author": "dayhaysoos",
66
"license": "MIT",

0 commit comments

Comments
 (0)