-
Notifications
You must be signed in to change notification settings - Fork 217
Description
We are getting an issue when building the site: ERROR: Retype license unlocks a different version.
I had a look are recent issues in GitHub and found didn’t find anything. I’m not sure if the license would be expired as our previous license was added at the end of 2024. However, we may have been granted an interim key and our initial license granted earlier (basically, I have no idea).
More details about the issue
Initially, I was getting an error: Warning: Unexpected input(s) 'license', valid inputs are ['output', 'key', 'password', 'strict', 'override', 'verbose', 'config_path']
Warning: Unexpected input(s) 'license', valid inputs are ['output', 'key', 'password', 'strict', 'override', 'verbose', 'config_path']
> Run retypeapp/action-build@latest
> Run ${GITHUB_ACTION_PATH}/build.sh
Retype version: v3.12.0
Node.js version: v20.20.0
dotnet version: 7.0.410
Working directory: /home/runner/work/docs-corportatesystems/docs-corportatesystems
Installing Retype v3.12.0 using NPM package manager (linux-x64): done
Retype install command: npm install --global retypeapp-linux-x64@3.12.0
Workflow directory: /tmp/tmp.HN0bVELtQd
Target directory: /tmp/tmp.HN0bVELtQd
/retype.yml
Error: Retype build command failed with exit code 1.
Failed command and output:
$ retype build --output /tmp/tmp.HN0bVELtQd --key ***
INPUT: /home/runner/work/docs-corportatesystems/docs-corportatesystems
OUTPUT: /tmp/tmp.HN0bVELtQd
ERROR: Retype license unlocks a different version.
----
Aborting documentation build process.
error.
Error: Process completed with exit code 1.
I updated the file .github\workflows\retype-build.yml to key (from licence) as instructed and to match the documentation at Key setup | Retype. Now, I am getting the error reported at the beginning.
> Run retypeapp/action-build@latest
> Run ${GITHUB_ACTION_PATH}/build.sh
Retype version: v3.12.0
Node.js version: v20.20.0
dotnet version: 7.0.410
Working directory: /home/runner/work/docs-corportatesystems/docs-corportatesystems
Installing Retype v3.12.0 using NPM package manager (linux-x64): done
Retype install command: npm install --global retypeapp-linux-x64@3.12.0
Workflow directory: /tmp/tmp.3sAyUiPhLJ
Target directory: /tmp/tmp.3sAyUiPhLJ
/retype.yml
error.
Error: Retype build command failed with exit code 1.
Failed command and output:
$ retype build --output /tmp/tmp.3sAyUiPhLJ --key ***
INPUT: /home/runner/work/docs-corportatesystems/docs-corportatesystems
OUTPUT: /tmp/tmp.3sAyUiPhLJ
ERROR: Retype license unlocks a different version.
----
Aborting documentation build process.
Error: Process completed with exit code 1.
Thanks for your help.