Skip to content

Commit

Permalink
ci: Fix command in release pipeline (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Jul 4, 2023
1 parent cad2ceb commit 27a6d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
scope: '@aave'
- run: npm ci:clean
- run: npm run ci:clean
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
Expand Down

1 comment on commit 27a6d5c

@mtvuniversity
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.