rename package release branch

This commit is contained in:
paul sealock 2023-11-28 11:41:00 +13:00
parent 2088e3d99a
commit 45e016703c
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 }}
delete-branch: true
title: Prepare Packages for Release
reviewers: ${{ github.actor }}