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 924d8b2 commit ed937d5Copy full SHA for ed937d5
1 file changed
.github/workflows/cd.yml
@@ -145,11 +145,10 @@ jobs:
145
# Step 3: Use reusable workflow to create iOS SDK PR with release notes
146
create-ios-pr:
147
needs: [prep, update-and-build]
148
- uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
+ uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@5fa458124ecbf1b94f1e05c392aacf726df19380
149
with:
150
release_branch: ${{ needs.prep.outputs.release_branch }}
151
- version_from: ${{ needs.update-and-build.outputs.version_from }}
152
- version_to: ${{ github.event.inputs.version }}
+ target_branch: ${{ github.event.inputs.base_branch }}
153
154
# Step 4: Update XCFramework repository
155
update-xcframework:
0 commit comments