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 b2a78da commit 569cf78Copy full SHA for 569cf78
.github/workflows/ci-typescript.yaml
@@ -38,7 +38,7 @@ jobs:
38
SHORT_SHA=${GITHUB_SHA::8}
39
echo '{
40
"name": "@blueyerobotics/protocol-definitions",
41
- "version": "3.0.0-'${SHORT_SHA}'",
+ "version": "3.2.0-'${SHORT_SHA}'",
42
"main": "dist/index.js",
43
"types": "dist/index.d.ts",
44
"files": ["dist"],
@@ -76,7 +76,7 @@ jobs:
76
- name: Publish to npm
77
run: |
78
cd protobuf_definitions
79
- npm publish --access public
+ npm publish --access public --tag latest
80
env:
81
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
82
0 commit comments