Skip to content

Commit 68b5d87

Browse files
committed
ignore scripts when bumping version for canary
1 parent 6c9f968 commit 68b5d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Bump version
8181
env:
8282
NEW_VERSION: ${{ steps.determine-version.outputs.version }}
83-
run: npm version "$NEW_VERSION" --no-git-tag-version
83+
run: npm version "$NEW_VERSION" --no-git-tag-version --ignore-scripts
8484
- &validate-package
8585
name: Validate package is consumable
8686
env:

0 commit comments

Comments
 (0)