Skip to content

Commit

Permalink
fixup! Chore(ci): Introduce new release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 4, 2024
1 parent a42bdca commit 6bccfe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ needs.release-branch.outputs.release-branch }}
base: ${{ env.BRANCH_NAME }}
title: 'Release ${{ env.BRANCH_NAME }} - ${{ env.CURRENT_DATE }}'
body: 'Automated release PR for ${{ env.BRANCH_NAME }} on ${{ env.CURRENT_DATE }}'
title: 'Release'
body: 'Automated release PR for ${{ env.BRANCH_NAME }}'

0 comments on commit 6bccfe8

Please sign in to comment.