diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb75b057..7412d745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Install dependencies run: npm ci - name: Publish - run: npx semantic-version + run: npx semantic-release needs: [test_unit, test_visual, build] if: github.ref_name == 'main'