Skip to content

Commit

Permalink
build: remove npm ci line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivelin Ivanov authored Nov 14, 2019
1 parent 55c6a0e commit 1e8f9f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install and build
run: |
npm ci
npm install --save-dev @semantic-release/commit-analyzer
npm install --save-dev @semantic-release/git
npm install --save-dev semantic-release
Expand Down

0 comments on commit 1e8f9f9

Please sign in to comment.