Skip to content

Commit

Permalink
use npm i not npm ci
Browse files Browse the repository at this point in the history
no package-lock...
  • Loading branch information
donno2048 committed Oct 3, 2022
1 parent a946b3a commit 9111680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- run: npm ci
- run: npm i
- run: npx semantic-release --branches main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9111680

Please sign in to comment.