mirror of
https://github.com/meshtastic/web.git
synced 2026-04-23 15:27:38 -04:00
fix: remove buf schema registry from workflow (#888)
This commit is contained in:
5
.github/workflows/release-protobufs.yml
vendored
5
.github/workflows/release-protobufs.yml
vendored
@@ -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
|
||||
|
||||
@@ -2,7 +2,8 @@ version: v1
|
||||
name: buf.build/meshtastic/protobufs
|
||||
deps: []
|
||||
build:
|
||||
excludes: []
|
||||
excludes:
|
||||
- node_modules
|
||||
breaking:
|
||||
use:
|
||||
- FILE
|
||||
|
||||
Reference in New Issue
Block a user