Skip to content

Commit b2a78da

Browse files
committed
Fix npm publishing
1 parent ed32e91 commit b2a78da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/setup-node@v4
1515
with:
1616
node-version: "latest"
17+
registry-url: "https://registry.npmjs.org/"
18+
scope: "@blueyerobotics"
1719

1820
- name: Create tsconfig
1921
run: |
@@ -74,7 +76,7 @@ jobs:
7476
- name: Publish to npm
7577
run: |
7678
cd protobuf_definitions
77-
npm publish --access public --tag test
79+
npm publish --access public
7880
env:
7981
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8082

0 commit comments

Comments
 (0)