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 862294b commit 0f4df4cCopy full SHA for 0f4df4c
.github/workflows/cd.yml
@@ -31,6 +31,8 @@ jobs:
31
xcode-version: '14.1'
32
- name: Checkout OneSignal-iOS-SDK
33
uses: actions/checkout@v4
34
+ with:
35
+ ref: ${{env.release_branch}}
36
37
- name: Install the Apple certificate and provisioning profile
38
uses: apple-actions/import-codesign-certs@v2
@@ -39,11 +41,6 @@ jobs:
39
41
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
40
42
# - name: Bump Version Number
43
# run: |
- - name: Checkout release branch
- run: |
44
- git config --local user.email "[email protected]"
45
- git config --local user.name "SyncR 🤖"
46
- git checkout ${{env.release_branch}}
47
- name: Build Binaries
48
run: |
49
cd iOS_SDK/OneSignalSDK
0 commit comments