chore(ci): Fix cli promotion

This commit is contained in:
Anatoly Laskaris 2023-09-18 15:02:35 +03:00
parent c09adaf42a
commit 3600fbc6fb

View File

@ -73,6 +73,14 @@ jobs:
kv/ci/fcli-binaries id | AWS_ACCESS_KEY_ID ;
kv/ci/fcli-binaries secret | AWS_SECRET_ACCESS_KEY
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn install
- name: Promote cli
run: |
yarn oclif promote \