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
5 additions and
0 deletions
-
.github/workflows/release-protobufs.yml
|
|
|
@ -68,6 +68,11 @@ jobs: |
|
|
|
with: |
|
|
|
github_token: ${{ github.token }} |
|
|
|
|
|
|
|
- name: Setup pnpm |
|
|
|
uses: pnpm/action-setup@v4 |
|
|
|
with: |
|
|
|
version: latest |
|
|
|
|
|
|
|
- name: Generate code |
|
|
|
run: pnpm --filter @meshtastic/protobufs build |
|
|
|
|
|
|
|
|