From 815e37383405b84772a010cd048c33859fe824ef Mon Sep 17 00:00:00 2001 From: zkz098 Date: Fri, 1 Nov 2024 20:57:15 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20dev=E6=B5=8B=E8=AF=95=E7=89=88=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=B7=A5=E4=BD=9C=E6=B5=81=20[publish=20dev]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-version.yml b/.github/workflows/dev-version.yml index 8d91e77..b412bf7 100644 --- a/.github/workflows/dev-version.yml +++ b/.github/workflows/dev-version.yml @@ -23,7 +23,7 @@ jobs: - name: Build TypeScript files run: | pnpm install - node ./toolbox/dev-version.js + node ./toolbox/dev-version.mjs pnpm run build - run: npm publish --tag dev