ci: fix pr branch name in releases-json workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1574/head
CrazyMax 2 years ago
parent ded6376ece
commit 18760253b9
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -46,7 +46,7 @@ jobs:
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
with:
base: master
branch: releases-json/${{ github.event.release.name }}
branch: bot/releases-json
commit-message: "github: update .github/releases.json"
signoff: true
delete-branch: true

Loading…
Cancel
Save