Skip to content

Commit

Permalink
Merge pull request #2 from MrSwitch/npm-sr-deps
Browse files Browse the repository at this point in the history
fix(ci): do not save sr deps
  • Loading branch information
MrSwitch authored Apr 12, 2021
2 parents 6faf236 + 8c472aa commit 5ea85dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 255 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm i @semantic-release/changelog @semantic-release/git
- run: npm i --no-save @semantic-release/changelog @semantic-release/git
- uses: codfish/semantic-release-action@v1
with:
branches: |
Expand Down
Loading

0 comments on commit 5ea85dd

Please # to comment.