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 4fbf322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
npm -v
npm ci && (cd cli && npm ci)
npm ci && (cd cli && npm i)
- name: Build packages
run: |
VERSION=$(npx aspublish --version)
Expand Down

0 comments on commit 4fbf322

Please sign in to comment.