From c81c99a6faffb89fa2866c3cbfec92bf6ccccb7a Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 9 Nov 2023 22:05:03 +0100 Subject: [PATCH] fix(ci): add call trigger for version increase --- .github/workflows/increase-base-version.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/increase-base-version.yml b/.github/workflows/increase-base-version.yml index 2442bfa..fd98124 100644 --- a/.github/workflows/increase-base-version.yml +++ b/.github/workflows/increase-base-version.yml @@ -9,6 +9,14 @@ on: next-version: required: true type: string + workflow_call: + inputs: + previous-version: + required: true + type: string + next-version: + required: true + type: string permissions: pull-requests: write