Skip to content

Commit

Permalink
checkout the branch in the checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
emawby committed Jan 17, 2024
1 parent f6802fc commit 266b242
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
xcode-version: '14.1'
- name: Checkout OneSignal-iOS-SDK
uses: actions/checkout@v4
with:
ref: ${{env.release_branch}}

- name: Install the Apple certificate and provisioning profile
uses: apple-actions/import-codesign-certs@v2
Expand All @@ -39,11 +41,6 @@ jobs:
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
# - name: Bump Version Number
# run: |
- name: Checkout release branch
run: |
git config --local user.email "[email protected]"
git config --local user.name "SyncR 🤖"
git checkout ${{env.release_branch}}
- name: Build Binaries
run: |
cd iOS_SDK/OneSignalSDK
Expand Down

0 comments on commit 266b242

Please sign in to comment.