Browse Source
Fix/more protobuf fixes (#886)
* fix: add pnpm to protobuf workflow
* fix: fixing pnpm issue
pull/887/head
Dan Ditomaso
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/release-protobufs.yml
|
|
|
@ -16,7 +16,7 @@ on: |
|
|
|
permissions: write-all |
|
|
|
|
|
|
|
env: |
|
|
|
PROTOBUF_DIR: ./packages/protobufs # 👈 single source of truth |
|
|
|
PROTOBUF_DIR: ./packages/protobufs |
|
|
|
|
|
|
|
jobs: |
|
|
|
codegen: |
|
|
|
@ -74,7 +74,7 @@ jobs: |
|
|
|
version: latest |
|
|
|
|
|
|
|
- name: Generate code |
|
|
|
run: pnpm --filter @meshtastic/protobufs build |
|
|
|
run: pnpm --filter @meshtastic/protobufs-ws build |
|
|
|
|
|
|
|
- name: Move generated .ts files and clean up |
|
|
|
run: | |
|
|
|
|