From 35bbfe3c6d9ef571a4cb4f530236901bd9e97f18 Mon Sep 17 00:00:00 2001 From: lideming Date: Tue, 31 Oct 2023 14:51:07 +0800 Subject: [PATCH] 1.10.3 --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb48a24..39911f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,6 @@ jobs: pnpm install --frozen-lockfile - name: Build & publish to npm registry - run: pnpm publish --no-git-checks + run: npm publish --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 98cd36c..1353d49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yuuza/webfx", - "version": "1.10.2", + "version": "1.10.3", "description": "", "repository": "github:lideming/webfx", "main": "dist/webfx.js",