chore: fix cli publish workflow

This commit is contained in:
romanhotsiy 2021-10-11 21:00:54 +03:00
parent 7b1a720942
commit ebbd256b1f
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8

View File

@ -100,6 +100,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: "14.x"
registry-url: 'https://registry.npmjs.org'
- uses: actions/checkout@v2
- name: Download cli bundled artifact
uses: actions/download-artifact@v2