Skip to content

Commit 7dd0626

Browse files
committed
chore(ci): update ci pr branch
1 parent 5a03949 commit 7dd0626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
version: ${{ steps.changelog.outputs.version }}
8585

8686
env:
87-
PR_BRANCH: release-ci-${{ github.sha }}
87+
PR_BRANCH: release/ci-${{ github.sha }}
8888

8989
steps:
9090
- uses: actions/checkout@v4
@@ -117,7 +117,7 @@ jobs:
117117
env:
118118
GH_TOKEN: ${{ github.token }}
119119
run: |
120-
gh pr merge --squash --auto --delete-branch ${{ env.PR_BRANCH }}
120+
gh pr merge --squash --delete-branch ${{ env.PR_BRANCH }}
121121
122122
release:
123123
name: Release

0 commit comments

Comments
 (0)