From 5fe7d27c00f0389e97c82951a44f0c06dcce5f33 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 24 May 2025 10:47:41 +0800 Subject: [PATCH] chore: bump version 0.4.0-beta.45 --- .github/workflows/release.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e3f979..a5f0588 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,6 @@ jobs: - run: npm publish --provenance --access public -w ./packages/idraw env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: npm publish --provenance --access public -w ./packages/figma - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - run: npm publish --provenance --access public -w ./packages/figma + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 1fc0c94..7a56256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": false, - "version": "0.4.0-beta.44", + "version": "0.4.0-beta.45", "workspaces": [ "packages/*" ],