We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62220d4 commit 6430559Copy full SHA for 6430559
.github/workflows/auto-update.yml
@@ -100,7 +100,7 @@ jobs:
100
git commit -m "${TITLE}"
101
git push --set-upstream origin $BRANCH
102
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}"
+ gh pr merge --delete-branch --merge
+ gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
105
env:
106
GH_TOKEN: ${{ github.token }}
0 commit comments