make better branch name

This commit is contained in:
paul sealock 2023-11-28 11:49:59 +13:00
parent 45e016703c
commit a9651ecf11
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Automated change: Prep ${{ steps.all_description.outputs.str || steps.specific_description.outputs.str }} for release.'
branch: release-packages/${{ steps.date.outputs.date }}
branch: release/packages-${{ steps.date.outputs.date }}-${{ github.event.inputs.packages.replace(/,/g, '-').replace(/@/g, '') }}
delete-branch: true
title: Prepare Packages for Release
reviewers: ${{ github.actor }}