From 8b2c1561c02342d83e195575dcc7a8eebf914dca Mon Sep 17 00:00:00 2001 From: adbenitez Date: Thu, 14 Nov 2024 20:49:41 +0100 Subject: [PATCH] update CI --- .github/workflows/ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de4a6db..28f7865 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ on: branches: - main - master - tags: - - "v*.*.*" pull_request: branches: - main @@ -28,22 +26,3 @@ jobs: pnpm install pnpm link .. pnpm build - - deploy: - needs: test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20.x - - name: Release - uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/v') - with: - token: ${{ secrets.GITHUB_TOKEN }} - body: | - Auto-generated release - prerelease: ${{ contains(github.event.ref, '-beta') }} - fail_on_unmatched_files: true - files: ./dist/*