From 9e8c7db79f42c1b0fdf4e1ba45b35129e8382a7a Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 16 Jan 2024 18:23:56 +0800 Subject: [PATCH] ci: remove unneccessary version script --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1be1af0..c3c2be3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,12 +25,14 @@ jobs: - name: Install Dependencies run: yarn --immutable + - name: Build + run: yarn build + - name: Create Release Pull Request or Publish to npm uses: changesets/action@v1 with: commit: 'chore: release pretty-quick' title: 'chore: release pretty-quick' - version: yarn run version publish: yarn release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}