GitHub Action to return a Unity license.
Part of the Unity Actions collection.
-
Personal: This step is not necessary, as Unity does not allow returning of personal licenses.
-
Professional: Use this action to return your license and free up a spot towards the maximum number of active licenses.
See the Unity Actions collection repository for complete workflow documentation and reference implementations.
When your workflow is finished, or ends in a failure; return the license.
Add this step to your workflow:
# Return License - name: Return license uses: webbertakken/unity-return-license@v1 if: always()Visit Unity Actions to find related actions for Unity.
Feel free to contribute.