From 3f5be02ff6b61cdca7599bc692089f75fc2998bf Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 29 Mar 2022 16:02:42 -0700 Subject: [PATCH] Add release step --- .github/workflows/ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb0cf87..a91dbfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,6 @@ jobs: cache: 'npm' - run: npm ci - run: npm run all - - run: ls - release: - runs-on: ubuntu-latest - needs: build - # if: github.ref_name == 'master' - steps: - - run: ls - # - run: npx semantic-release + - name: Release + if: github.ref_name == 'master' + run: npx semantic-release