We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005791a commit 21e32b0Copy full SHA for 21e32b0
.github/workflows/ci-typescript.yaml
@@ -36,7 +36,7 @@ jobs:
36
SHORT_SHA=${GITHUB_SHA::8}
37
echo '{
38
"name": "@blueye-robotics/protocol-definitions",
39
- "version": "0.0.0-test.'${SHORT_SHA}'",
+ "version": "3.0.0-'${SHORT_SHA}'",
40
"main": "dist/index.js",
41
"types": "dist/index.d.ts",
42
"files": ["dist"],
0 commit comments