diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55d2c9de..356120d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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