Skip to content

Commit 4548f27

Browse files
committed
use updated shared workflows consider target branch
1 parent 4031729 commit 4548f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: OneSignal/sdk-actions/.github/workflows/prep-release.yml@main
3030
with:
3131
version: ${{ github.event.inputs.version }}
32+
target_branch: ${{ github.event.inputs.base_branch }}
3233

3334
# Step 2: Update iOS-specific files and build binaries
3435
update-and-build:
@@ -148,8 +149,7 @@ jobs:
148149
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
149150
with:
150151
release_branch: ${{ needs.prep.outputs.release_branch }}
151-
version_from: ${{ needs.update-and-build.outputs.version_from }}
152-
version_to: ${{ github.event.inputs.version }}
152+
target_branch: ${{ github.event.inputs.base_branch }}
153153

154154
# Step 4: Update XCFramework repository
155155
update-xcframework:

0 commit comments

Comments
 (0)