Skip to content

Commit 569cf78

Browse files
committed
Fix npm
1 parent b2a78da commit 569cf78

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
@@ -38,7 +38,7 @@ jobs:
3838
SHORT_SHA=${GITHUB_SHA::8}
3939
echo '{
4040
"name": "@blueyerobotics/protocol-definitions",
41-
"version": "3.0.0-'${SHORT_SHA}'",
41+
"version": "3.2.0-'${SHORT_SHA}'",
4242
"main": "dist/index.js",
4343
"types": "dist/index.d.ts",
4444
"files": ["dist"],
@@ -76,7 +76,7 @@ jobs:
7676
- name: Publish to npm
7777
run: |
7878
cd protobuf_definitions
79-
npm publish --access public
79+
npm publish --access public --tag latest
8080
env:
8181
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8282

0 commit comments

Comments
 (0)