Skip to content

Commit ed937d5

Browse files
committed
try new workflow reusable
Update cd.yml
1 parent 924d8b2 commit ed937d5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,10 @@ jobs:
145145
# Step 3: Use reusable workflow to create iOS SDK PR with release notes
146146
create-ios-pr:
147147
needs: [prep, update-and-build]
148-
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
148+
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@5fa458124ecbf1b94f1e05c392aacf726df19380
149149
with:
150150
release_branch: ${{ needs.prep.outputs.release_branch }}
151-
version_from: ${{ needs.update-and-build.outputs.version_from }}
152-
version_to: ${{ github.event.inputs.version }}
151+
target_branch: ${{ github.event.inputs.base_branch }}
153152

154153
# Step 4: Update XCFramework repository
155154
update-xcframework:

0 commit comments

Comments
 (0)