Skip to content

Commit 81abdd2

Browse files
authored
Fix branch name in apple.yml (#8006)
1 parent 80ca4ac commit 81abdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
runs-on: ubuntu-22.04
198198
needs: [build-frameworks-ios, set-version]
199199
timeout-minutes: 30
200-
environment: ${{ github.ref == 'refs/heads/release/0.5' && 'cherry-pick-bot' || '' }}
200+
environment: ${{ github.ref == 'refs/heads/main' && 'cherry-pick-bot' || '' }}
201201
permissions:
202202
id-token: write
203203
contents: write

0 commit comments

Comments
 (0)