We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caebb0b commit db017f1Copy full SHA for db017f1
.github/workflows/apple.yml
@@ -184,7 +184,7 @@ jobs:
184
runs-on: ubuntu-22.04
185
needs: [build-frameworks-ios, set-version]
186
timeout-minutes: 30
187
- environment: ${{ github.ref == 'refs/heads/main' && 'cherry-pick-bot' || '' }}
+ environment: ${{ github.ref == 'refs/heads/release/0.7' && 'cherry-pick-bot' || '' }}
188
permissions:
189
id-token: write
190
contents: write
0 commit comments