Skip to content

Commit

Permalink
chore: fix cli publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Oct 11, 2021
1 parent 7b1a720 commit ebbd256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebbd256

Please sign in to comment.