Skip to content

Commit 6430559

Browse files
authored
Merge pull request and create a release
1 parent 62220d4 commit 6430559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
git commit -m "${TITLE}"
101101
git push --set-upstream origin $BRANCH
102102
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}"
103-
# gh pr merge --delete-branch --merge
104-
# gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
103+
gh pr merge --delete-branch --merge
104+
gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
105105
env:
106106
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)