From 873ff71a6565883b9991cd8e928c44be189f7519 Mon Sep 17 00:00:00 2001 From: Frank Geyer <102804538+SteffenFrankGeyer@users.noreply.github.com> Date: Thu, 2 May 2024 15:19:47 +0200 Subject: [PATCH] Update index.js Add support for creator-admin-backend staging/** branches --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5e407f7..b25541a 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,7 @@ try { return; } - if (branchName.match('^(feature|bugfix|renovate)')) { + if (branchName.match('^(feature|bugfix|renovate|staging)')) { core.debug('feature/bugfix branch'); const preReleaseName = branchName.replace(/\//g, '-') const nextHelmVersion = semver.inc(currentVersion, 'prerelease', `${preReleaseName}-${runNumber}`)