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 caa6ef8 commit 9098f70Copy full SHA for 9098f70
.github/workflows/auto-update.yml
@@ -132,9 +132,9 @@ jobs:
132
echo "\n```diff\n$(git diff --staged)\n```" >> /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}"
+ gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}" --base dummy-behind-branch
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