We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42bdca commit 6bccfe8Copy full SHA for 6bccfe8
.github/workflows/release.yaml
@@ -84,5 +84,5 @@ jobs:
84
token: ${{ secrets.GITHUB_TOKEN }}
85
branch: ${{ needs.release-branch.outputs.release-branch }}
86
base: ${{ env.BRANCH_NAME }}
87
- title: 'Release ${{ env.BRANCH_NAME }} - ${{ env.CURRENT_DATE }}'
88
- body: 'Automated release PR for ${{ env.BRANCH_NAME }} on ${{ env.CURRENT_DATE }}'
+ title: 'Release'
+ body: 'Automated release PR for ${{ env.BRANCH_NAME }}'
0 commit comments