Skip to content

Commit

Permalink
fix: run: npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Jun 5, 2021
1 parent c6e3e36 commit 91b2ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 14
# https://github.com/semantic-release/git/issues/209
- run: npm ci --only=production --ignore-scripts
- run: npm ci --ignore-scripts
- run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 91b2ab4

Please sign in to comment.