From c6586e3f06644ab25db86bf36c5a27a6b08736a6 Mon Sep 17 00:00:00 2001 From: wenty22 Date: Tue, 29 Oct 2024 14:17:27 +0800 Subject: [PATCH] chore: Update cicd --- .github/workflows/release.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c35398f1..4eea3220 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,7 +4,6 @@ on: push: branches: - main - - alpha paths: - .github/** @@ -39,20 +38,10 @@ jobs: run: | echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT - - name: Enter pre mode - if: steps.get-branch.outputs.branch == 'alpha' - run: | - pnpm ci:enter - - - name: Exit pre mode - if: steps.get-branch.outputs.branch == 'main' - run: | - pnpm ci:exit - - name: Create and publish versions uses: changesets/action@v1 with: - version: pnpm ci:version + version: pnpm ci:stable-version publish: pnpm ci:publish commit: 'chore: Update versions' title: 'chore: Update versions'