From dad92cb4a62b91c664117501adbe698095733ab1 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 29 Mar 2022 15:53:07 -0700 Subject: [PATCH] Debug release --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6defbc3..e3e28eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: CI -on: - push: +on: push jobs: build: @@ -15,3 +14,10 @@ jobs: cache: 'npm' - run: npm ci - run: npm run all + release: + runs-on: ubuntu-latest + needs: build + # if: github.ref_name == 'master' + steps: + - run: ls + # - run: npx semantic-release