Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 568 Bytes

05-returning-a-license.mdx

File metadata and controls

20 lines (14 loc) · 568 Bytes

Returning a license

Manually returning a license is usually never necessary, unless when running into an unrecoverable error while having a license active.

Also, Unity only allows returning professional licenses.

Basic setup

You may use Unity - Return license to return your license and free up a spot towards the maximum number of active licenses.

Add this step to your workflow:

# Return License
- name: Return license
  uses: game-ci/unity-return-license@v2
  if: always()