Skip to content

Commit 7a20d71

Browse files
committed
ci: remove extraneous inputs from release workflow
1 parent b81c22c commit 7a20d71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
cd examples/RNOneSignalTS
6767
bun install --frozen-lockfile
6868
69-
7069
- name: Get current native SDK versions
7170
id: current_versions
7271
run: |
@@ -142,8 +141,6 @@ jobs:
142141
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
143142
with:
144143
release_branch: ${{ needs.prep.outputs.release_branch }}
145-
version_from: ${{ needs.update-version.outputs.rn_from }}
146-
version_to: ${{ inputs.rn_version }}
147144
android_from: ${{ needs.update-version.outputs.android_from }}
148145
android_to: ${{ inputs.android_version }}
149146
ios_from: ${{ needs.update-version.outputs.ios_from }}

0 commit comments

Comments
 (0)