Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release.yml - fix yaml parsing error in unitypackage creation #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hackebein
Copy link

bump pCYSl5EDgo/create-unitypackage from 1.1 to 1.2 + hotfix
pCYSl5EDgo/create-unitypackage@cfcd3cf...master/

fix es an error in yaml parsing. This got reported by @momo-the-monster (pCYSl5EDgo/create-unitypackage#6) and fixed in the used github action

steps to reproduce:

current behaviour:

file:///home/runner/work/_actions/pCYSl5EDgo/create-unitypackage/cfcd3cf0391a5ef1306342794866a9897c32af0b/node_modules/js-yaml/dist/js-yaml.mjs:1273
  return new exception(message, mark);
         ^
YAMLException: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line (15:7)

 12 |   validateReferences: 1
 13 |   platformData:
 14 |   - first:
 15 |       : Any
------------^
 16 |     second:
 17 |       enabled: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant