Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joseguerrerov authored Jun 28, 2020
1 parent eb4fec9 commit 624869f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Run npm ci
run: npm ci
- name: Install packages
run: yarn

- name: Release
run: npm run semantic-release
run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 624869f

Please sign in to comment.