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 90d8f52 commit 0d3b361Copy full SHA for 0d3b361
.github/workflows/create-release-pr.yml
@@ -188,15 +188,15 @@ jobs:
188
sed -i '' "s/setSdkVersion:@\"[0-9]*\"/setSdkVersion:@\"${PADDED_VERSION}\"/" \
189
com.onesignal.unity.ios/Runtime/Plugins/iOS/UIApplication+OneSignalUnity.mm
190
191
+ echo "✓ Updated Unity SDK to ${VERSION}"
192
+ git add .
193
+ git commit -m "Release ${{ inputs.unity_version }}"
194
+ git push
195
+
196
- name: Cleaning up Unity locks
197
run: |
198
pkill -f Unity || true
199
rm -f OneSignalExample/Temp/UnityLockfile
-
- - name: Increase memory limit (macOS)
- run: |
- ulimit -n 4096 || true
- ulimit -v unlimited || true
200
201
- name: Run UpdateProjectVersion
202
uses: buildalon/unity-action@v3
0 commit comments