Skip to content

Commit

Permalink
Update publish-unlocked-release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ilyabrower <ilia.brauer@semrush.com>
  • Loading branch information
ilyabrower authored Apr 22, 2024
1 parent 04f061b commit f907046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-unlocked-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
token: ${{ secrets.BOT_ACCOUNT_GITHUB_TOKEN }}
- name: create pull request
run: |
git checkout -b release/${{ GITHUB_HEAD_REF }}
gh pr create -B master -H release/${{ GITHUB_HEAD_REF }} --title 'Merge release tag into master' --body 'Created by Github action'
git checkout -b release/$GITHUB_HEAD_REF
gh pr create -B master -H release/$GITHUB_HEAD_REF --title 'Merge release tag into master' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.BOT_ACCOUNT_GITHUB_TOKEN }}

0 comments on commit f907046

Please sign in to comment.