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 7ba69ce commit fec5db9Copy full SHA for fec5db9
3 files changed
.github/workflows/ios-ci.yml
@@ -216,7 +216,9 @@ jobs:
216
217
- name: Run release
218
if: github.ref == 'refs/heads/main' && steps.version-file-ios-changed.outputs.any_changed == 'true'
219
- uses: ./.github/workflows/ios-release.yml
+ env:
220
+ GH_TOKEN: ${{ github.token }}
221
+ run: gh workflow run ios-release.yml --ref ${{ github.ref }}
222
223
ios-build-cmake:
224
needs: pre_job
.github/workflows/ios-release.yml
@@ -14,7 +14,6 @@ on:
14
type: string
15
default: ''
16
description: Version (only for pre-releases)
17
- workflow_call:
18
19
jobs:
20
ios-build-dynamic:
platform/ios/VERSION
@@ -1 +1 @@
1
-6.23.1-pre0
+6.23.1-pre1
0 commit comments