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