From df5a58772c1b4a5980efcb02171d521f9f7af8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 9 Apr 2024 21:24:44 +0800 Subject: [PATCH] Create release.plain.yml --- .github/workflows/release.plain.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release.plain.yml diff --git a/.github/workflows/release.plain.yml b/.github/workflows/release.plain.yml new file mode 100644 index 00000000..3025ea55 --- /dev/null +++ b/.github/workflows/release.plain.yml @@ -0,0 +1,17 @@ +name: release-plain + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Use Node.js + uses: actions/setup-node@v3 + with: + node-version: 20.x + cache: 'npm' + - run: npm i + - run: npm run build