Dan Ditomaso
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
6 deletions
-
.github/workflows/release-protobufs.yml
-
packages/protobufs/buf.yaml
|
|
|
@ -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 |
|
|
|
|