Skip to content

Commit 0d3b361

Browse files
committed
push unity version change
1 parent 90d8f52 commit 0d3b361

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,15 @@ jobs:
188188
sed -i '' "s/setSdkVersion:@\"[0-9]*\"/setSdkVersion:@\"${PADDED_VERSION}\"/" \
189189
com.onesignal.unity.ios/Runtime/Plugins/iOS/UIApplication+OneSignalUnity.mm
190190
191+
echo "✓ Updated Unity SDK to ${VERSION}"
192+
git add .
193+
git commit -m "Release ${{ inputs.unity_version }}"
194+
git push
195+
191196
- name: Cleaning up Unity locks
192197
run: |
193198
pkill -f Unity || true
194199
rm -f OneSignalExample/Temp/UnityLockfile
195-
196-
- name: Increase memory limit (macOS)
197-
run: |
198-
ulimit -n 4096 || true
199-
ulimit -v unlimited || true
200200
201201
- name: Run UpdateProjectVersion
202202
uses: buildalon/unity-action@v3

0 commit comments

Comments
 (0)