We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ca4ac commit 81abdd2Copy full SHA for 81abdd2
.github/workflows/apple.yml
@@ -197,7 +197,7 @@ jobs:
197
runs-on: ubuntu-22.04
198
needs: [build-frameworks-ios, set-version]
199
timeout-minutes: 30
200
- environment: ${{ github.ref == 'refs/heads/release/0.5' && 'cherry-pick-bot' || '' }}
+ environment: ${{ github.ref == 'refs/heads/main' && 'cherry-pick-bot' || '' }}
201
permissions:
202
id-token: write
203
contents: write
0 commit comments