Skip to content

Commit

Permalink
fix: remove lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
IiiigorGG committed Jul 22, 2021
1 parent f47c7e4 commit be022c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 12
- name: Install dependencies
run: npm install --save-dev semantic-release && npm install @semantic-release/changelog @semantic-release/git -D
run: npm install && npm install --save-dev semantic-release @semantic-release/changelog @semantic-release/git -D
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit be022c6

Please sign in to comment.