Skip to content

Commit 6135cd2

Browse files
Fix verify-gpr EPIPE error by removing help command pipe, bump to 1.0.4
1 parent 28d32b5 commit 6135cd2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
- name: Test installed package
110110
run: |
111111
cloudsync doctor
112-
cloudsync --help | head -20
112+
cloudsync --help

cloudsync-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudsync-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudsync-cli",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "An open-source, Git-like version control CLI for secure cloud-to-local synchronization via encrypted SSH tunnels",
55
"type": "module",
66
"main": "./bin/cloudsync.js",

0 commit comments

Comments
 (0)