mirror of
https://github.com/fluencelabs/fluence.git
synced 2025-04-24 15:32:24 +00:00
chore(ci): Fix cli promotion
This commit is contained in:
parent
c09adaf42a
commit
3600fbc6fb
8
.github/workflows/promote.yml
vendored
8
.github/workflows/promote.yml
vendored
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user