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 4031729 commit 4548f27Copy full SHA for 4548f27
.github/workflows/create-release-prs.yml
@@ -29,6 +29,7 @@ jobs:
29
uses: OneSignal/sdk-actions/.github/workflows/prep-release.yml@main
30
with:
31
version: ${{ github.event.inputs.version }}
32
+ target_branch: ${{ github.event.inputs.base_branch }}
33
34
# Step 2: Update iOS-specific files and build binaries
35
update-and-build:
@@ -148,8 +149,7 @@ jobs:
148
149
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
150
151
release_branch: ${{ needs.prep.outputs.release_branch }}
- version_from: ${{ needs.update-and-build.outputs.version_from }}
152
- version_to: ${{ github.event.inputs.version }}
153
154
# Step 4: Update XCFramework repository
155
update-xcframework:
0 commit comments