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 e77fe32 commit 010d590Copy full SHA for 010d590
.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-'${SHORT_SHA}'",
+ "version": "0.0.0-test.'${SHORT_SHA}'",
40
"main": "out/dist/index.js",
41
"types": "out/dist/index.d.ts",
42
"files": ["out/dist"],
@@ -74,7 +74,7 @@ jobs:
74
- name: Publish to GitHub Packages
75
run: |
76
cd protobuf_definitions
77
- npm publish
+ npm publish --tag test
78
env:
79
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
0 commit comments