Add CLI to release.yml

This commit is contained in:
Gregory Schier
2024-10-02 10:04:21 -07:00
parent d0fe1beee0
commit c9050bd3bb

View File

@@ -69,6 +69,7 @@ jobs:
- name: Install NPM Dependencies
run: |
npm ci
npm install @yaakapp/cli
- name: Install Protoc for plugin-runtime
uses: arduino/setup-protoc@v3