From 9d37505d7345b979e182ea53ac1b86079ef9b60a Mon Sep 17 00:00:00 2001 From: Mateusz Choma Date: Thu, 2 Apr 2026 11:22:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20workflow=5Fdispatch=20trig?= =?UTF-8?q?ger=20to=20publish=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 1 + packages/react-doctor/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd7ae15fb..ffa8736dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,7 @@ name: Publish to GitHub Packages on: + workflow_dispatch: push: branches: [main] paths: diff --git a/packages/react-doctor/package.json b/packages/react-doctor/package.json index bf30bd72d..69ed7bc49 100644 --- a/packages/react-doctor/package.json +++ b/packages/react-doctor/package.json @@ -1,6 +1,6 @@ { "name": "@proda-ai/react-doctor", - "version": "0.0.30-proda.1", + "version": "0.0.30-proda.2", "description": "Diagnose and fix performance issues in your React app", "keywords": [ "diagnostics",