From 7effb62ad87594c30174634a94f19044f5cf8bcf Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Wed, 25 Jan 2023 20:36:18 +0800 Subject: [PATCH] chore: Release new versions manually (#1709) --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2da7f2c..514b837f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ name: Release -on: - push: - branches: [main] +on: workflow_dispatch concurrency: group: release_version @@ -16,7 +14,7 @@ jobs: needs: test steps: - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js uses: actions/setup-node@v2 with: node-version: "lts/*"