Skip to content

Commit

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

0 comments on commit c6e3e36

Please sign in to comment.