From 6ebae4fc65a3c4f14a7cf3449ad60c4e87c929ce Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Mon, 23 Mar 2020 14:00:31 -0700 Subject: [PATCH] fix: use correct semantic-release-cli command --- .github/workflows/ci.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16c2c927..1a9738c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,7 @@ jobs: - uses: volta-cli/action@v1 with: node-version: ${{ matrix.node }} - - - name: Install - run: yarn install + - run: yarn install - name: Test with ${{ matrix.node }} run: | @@ -45,20 +43,10 @@ jobs: steps: - uses: actions/checkout@v1 - uses: volta-cli/action@v1 - - - name: Install - run: | - yarn install - volta install semantic-release-cli + - run: yarn install - name: Release env: GITHUB_TOKEN: ${{ secrets.GH_PAT }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: | - semantic-release-cli \ - --gh-token=$GITHUB_TOKEN \ - --npm-token=$NPM_TOKEN \ - --gh-username=nullvoxpopuli \ - --npm-username=nullvoxpopuli - + run: yarn semantic-release