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 3444e65 commit fdf9f21Copy full SHA for fdf9f21
.github/workflows/create-release-pr.yml
@@ -87,12 +87,6 @@ jobs:
87
username: '${{ secrets.UNITY_USERNAME }}'
88
password: '${{ secrets.UNITY_PASSWORD }}'
89
90
- - name: Resolve Unity Package
91
- uses: buildalon/unity-action@v3
92
- with:
93
- project-path: OneSignalExample
94
- args: -quit -batchmode -projectPath . -executeMethod UnityEditor.PackageManager.Client.Resolve
95
-
96
- name: Get current native SDK versions
97
id: current_versions
98
run: |
0 commit comments