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 3bd8c04 commit 221b5a0Copy full SHA for 221b5a0
1 file changed
.github/workflows/create-release-pr.yml
@@ -188,6 +188,11 @@ jobs:
188
sed -i '' "s/setSdkVersion:@\"[0-9]*\"/setSdkVersion:@\"${PADDED_VERSION}\"/" \
189
com.onesignal.unity.ios/Runtime/Plugins/iOS/UIApplication+OneSignalUnity.mm
190
191
+ - name: Cleaning up Unity locks
192
+ run: |
193
+ pkill -f Unity || true
194
+ rm -f OneSignalExample/Temp/UnityLockfile
195
+
196
- name: Run UpdateProjectVersion
197
uses: buildalon/unity-action@v3
198
with:
0 commit comments