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