From bfe578a37f7609cfac0b2c38e318c98641eebb49 Mon Sep 17 00:00:00 2001 From: Marcin Procyk Date: Tue, 22 Nov 2022 11:29:26 +0100 Subject: [PATCH] chore: make possible to run Publish GH Action manually (DEV-1519) (#2297) --- .github/workflows/publish-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index ca17b36cb6..d474404ca1 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -3,6 +3,7 @@ name: Publish on: release: types: [published] + workflow_dispatch: jobs: create-client-test-data: