We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4693d78 commit 9a5a5c4Copy full SHA for 9a5a5c4
.github/workflows/ios_sentry_upload_pr.yml
@@ -19,6 +19,9 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
+ - name: test
23
+ run: echo $(git merge-base --fork-point ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }})"
24
+
25
- name: Select Xcode version
26
run: sudo xcode-select -s '/Applications/Xcode_16.4.app/Contents/Developer'
27
@@ -100,7 +103,4 @@ jobs:
100
103
--head-ref ${{ github.head_ref }} \
101
104
--base-ref ${{ github.base_ref }} \
102
105
--pr-number ${{ github.event.number }} \
- --build-configuration Release
-
- - name: test
106
- run: echo "testt"
+ --build-configuration Release
0 commit comments