Skip to content

Commit 010d590

Browse files
committed
Publish with test tag
1 parent e77fe32 commit 010d590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
SHORT_SHA=${GITHUB_SHA::8}
3737
echo '{
3838
"name": "@blueye-robotics/protocol-definitions",
39-
"version": "0.0.0-'${SHORT_SHA}'",
39+
"version": "0.0.0-test.'${SHORT_SHA}'",
4040
"main": "out/dist/index.js",
4141
"types": "out/dist/index.d.ts",
4242
"files": ["out/dist"],
@@ -74,7 +74,7 @@ jobs:
7474
- name: Publish to GitHub Packages
7575
run: |
7676
cd protobuf_definitions
77-
npm publish
77+
npm publish --tag test
7878
env:
7979
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080

0 commit comments

Comments
 (0)