Skip to content

Commit 066eb56

Browse files
committed
update release test check
1 parent bfb65e9 commit 066eb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
jq '.version = "'$GITOPS_VERSION'"' < package.json > package-new.json
4545
mv package-new.json package.json
4646
yarn
47-
yarn test -- -u
47+
yarn test -u
4848
git commit -am "Update javascript library version to $GITOPS_VERSION"
4949
5050
- name: Update Chart

0 commit comments

Comments
 (0)