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 e9bdb55 commit be15533Copy full SHA for be15533
.github/workflows/auto-update.yml
@@ -132,9 +132,9 @@ jobs:
132
git diff --staged >> /tmp/body-text.txt
133
git commit -m "${TITLE}"
134
git push --set-upstream origin $BRANCH
135
- gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}" --base dummy-behind-branch
+ gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}"
136
gh pr merge --delete-branch --merge
137
- # gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
+ gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
138
env:
139
GH_TOKEN: ${{ github.token }}
140
- name: Publish image
0 commit comments