From cf832290f490053074301cd99f802e7545857e16 Mon Sep 17 00:00:00 2001 From: Gonzalo Uceda Date: Sun, 21 Aug 2022 12:27:19 +0200 Subject: [PATCH] CI: fix error --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73c07d8..4af85f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,9 @@ jobs: # linter -------- - name: lint run: npm run eslint - #transpilation -------- - - name: compile - run: npm run compile + # #transpilation -------- + # - name: compile + # run: npm run compile #release -------- - name: release - run: npm run release + run: npx semantic-release