Skip to content

Commit 62fb435

Browse files
authored
Fix invalid command (#89)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 51bb5cc commit 62fb435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
cache-dependency-path: 'src/js-host-api/package-lock.json'
118118

119119
- name: Validate version format
120-
run: npx --yes semver "$VERSION" >/dev/null 2>&1 || { echo "Invalid version: $VERSION"; exit 1; }
120+
run: npx --yes semver "$VERSION"
121121
env:
122122
VERSION: ${{ inputs.version }}
123123

0 commit comments

Comments
 (0)