Skip to content

Commit

Permalink
release pipeline fix (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Jan 20, 2025
1 parent 1d15581 commit bef34c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ jobs:
export CL_BRANCH="changelog-update-$(date +%s)"
git checkout -b "${CL_BRANCH}"
git add CHANGELOG.md
git commit -S -m "Automatic update CHANGELOG"
git commit -S -m "Automatic CHANGELOG update"
git push origin ${CL_BRANCH}
gh pr create -f
gh pr create \
-H $(git branch --show-current) \
-t "Automatic CHANGELOG update" \
-b "Automatic CHANGELOG update"
env:
GH_TOKEN: "${{ secrets.VM_BOT_GH_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.VM_BOT_GH_TOKEN }}"

0 comments on commit bef34c0

Please sign in to comment.