Skip to content

Commit 0d3a649

Browse files
authored
fix:Update release.yml (#378)
Removes "cleanup existing PR" step.
1 parent 364ed32 commit 0d3a649

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@ jobs:
6464
- name: Deploy to Firebase Hosting
6565
run: firebase deploy --only hosting
6666

67-
- name: Close Existing PRs (temp-build-branch to main)
68-
run: |
69-
EXISTING_PR=$(gh pr list --base main --head temp-build-branch --state open --json number -q '.[].number')
70-
if [[ -n "$EXISTING_PR" ]]; then
71-
echo "Found existing open PR(s) for temp-build-branch to main: $EXISTING_PR"
72-
gh pr close "$EXISTING_PR"
73-
fi
74-
env:
75-
GH_TOKEN: ${{ secrets.GH_MERGE_TOKEN }}
76-
7767
- name: Create temporary branch
7868
run: git checkout -b temp-build-branch
7969

0 commit comments

Comments
 (0)