Skip to content

Commit

Permalink
Rename the generated branch name for release PRs (#6609)
Browse files Browse the repository at this point in the history
This contains more than just blog posts.
  • Loading branch information
rm3l authored Feb 21, 2023
1 parent 9537591 commit 709cf80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
- name: Create and push branch
id: push_branch
run: |
git switch -c blog_post_${TAG_NAME}
git push -u origin blog_post_${TAG_NAME}
git switch -c release_pr_${TAG_NAME}
git push -u origin release_pr_${TAG_NAME}
if git status --porcelain | grep build/VERSION; then
git add build/VERSION
git commit -m "Set version in build/VERSION file"
Expand Down

0 comments on commit 709cf80

Please sign in to comment.