Skip to content

Commit

Permalink
checkout release branch (#9561)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Jun 20, 2023
1 parent f77a1dc commit f399914
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/changelog_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'autorelease: pending')
steps:
- uses: actions/checkout@v3
- name: Checkout the branch
run: |
echo "Checking out release please branch"
git checkout -b release-please--branches--main origin/release-please--branches--main
- name: Fetching pull request body
env:
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
Expand Down

0 comments on commit f399914

Please sign in to comment.