From 761a6d6c3b36855f1b81d88ce43f35c2a315323e Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 7 Dec 2020 00:06:38 +0100 Subject: [PATCH] Install oclif dev commands --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b0cbda3..ba5abe45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,9 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '14' + + - run: npm install -g @oclif/dev-cli + - run: npm ci # Store the name of the release