From 521688aecaeb1d320132eabae92e72bc0470cf43 Mon Sep 17 00:00:00 2001 From: Philipp Fritsche Date: Wed, 27 Dec 2023 14:35:22 +0000 Subject: [PATCH] revert: swap release script This reverts commit 4be87b3452f524bcc256d43cfb891ba1f0e236d6. --- .github/workflows/ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51c19f47..f3fcbd04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,18 +63,7 @@ jobs: run: npm run build - name: 🚀 Release - uses: cycjimmy/semantic-release-action@v2 - with: - semantic_version: 17 - branches: | - [ - '+([0-9])?(.{+([0-9]),x}).x', - 'main', - 'next', - 'next-major', - {name: 'beta', prerelease: true}, - {name: 'alpha', prerelease: true} - ] + uses: ph-fritsche/action-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}