Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Apr 7, 2022
1 parent b66c892 commit 7f56d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Install dependencies
run: |
npm -v
npm ci && (cd cli && npm ci)
npm ci
cd cli && npm ci && cd ..
- name: Build packages
run: |
VERSION=$(npx aspublish --version)
Expand Down

0 comments on commit 7f56d33

Please sign in to comment.