Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Add support for creator-admin-backend staging/** branches
  • Loading branch information
SteffenFrankGeyer committed May 2, 2024
1 parent ceb2ea0 commit 873ff71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down

0 comments on commit 873ff71

Please sign in to comment.