rename package release branch
This commit is contained in:
parent
2088e3d99a
commit
45e016703c
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue