We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bb5cc commit 62fb435Copy full SHA for 62fb435
1 file changed
.github/workflows/npm-publish.yml
@@ -117,7 +117,7 @@ jobs:
117
cache-dependency-path: 'src/js-host-api/package-lock.json'
118
119
- name: Validate version format
120
- run: npx --yes semver "$VERSION" >/dev/null 2>&1 || { echo "Invalid version: $VERSION"; exit 1; }
+ run: npx --yes semver "$VERSION"
121
env:
122
VERSION: ${{ inputs.version }}
123
0 commit comments