Skip to content

Commit 05b8e5a

Browse files
authored
1 parent 6f4e33a commit 05b8e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
git commit -m "${TITLE}"
132132
git push --set-upstream origin $BRANCH
133133
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}"
134-
gh pr merge --delete-branch --merge $BRANCH
134+
gh pr merge --delete-branch --merge
135135
gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
136136
env:
137137
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)