Skip to content

Commit be15533

Browse files
committed
Revert "test: ✅ (temp) run CI as test"
This reverts commit 9098f70.
1 parent e9bdb55 commit be15533

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
@@ -132,9 +132,9 @@ jobs:
132132
git diff --staged >> /tmp/body-text.txt
133133
git commit -m "${TITLE}"
134134
git push --set-upstream origin $BRANCH
135-
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}" --base dummy-behind-branch
135+
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}"
136136
gh pr merge --delete-branch --merge
137-
# gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
137+
gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
138138
env:
139139
GH_TOKEN: ${{ github.token }}
140140
- name: Publish image

0 commit comments

Comments
 (0)