Skip to content

Commit

Permalink
feat: semantic npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoanalista committed Jun 28, 2022
1 parent 0720c8a commit d477b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
# run: npm ci
run: npm install
- name: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit d477b4e

Please sign in to comment.