fix: remove buf schema registry from workflow (#888)

This commit is contained in:
Dan Ditomaso
2025-10-14 15:24:41 -04:00
committed by GitHub
parent a97195c57e
commit ec9ad1d309
2 changed files with 2 additions and 6 deletions

View File

@@ -113,11 +113,6 @@ jobs:
name: ts_code
path: ${{ env.PROTOBUF_DIR }}/packages/ts
- name: Push to schema registry
env:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
run: buf push --tag ${{ github.ref_name }}
publish-jsr:
runs-on: ubuntu-24.04
needs: codegen

View File

@@ -2,7 +2,8 @@ version: v1
name: buf.build/meshtastic/protobufs
deps: []
build:
excludes: []
excludes:
- node_modules
breaking:
use:
- FILE