planningcenter / pco-release-action

Github Actions for streamlining the release process for apps that use Github releases
0 stars 0 forks source link

fix(deploy): sanitize yarnrc file #21

Closed kylemellander closed 1 week ago

kylemellander commented 1 week ago

There was an issue with deploying to publishing and church-center because they use an old method of running a yarn version.

What this will do is use the installed yarn version instead of using one specified in the repo.

I opened an issue into Dependabot-core regarding the issue, but this will keep us working.