From 624869f6e50b28bd01f53782f315af819a000de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guerrero?= Date: Sun, 28 Jun 2020 13:04:59 -0500 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9ff3e7b..b20caeb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }}