planningcenter / pco-release-action

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

fix: ensure file fetcher successfully returns #25

Closed kylemellander closed 6 days ago

kylemellander commented 6 days ago

After making adjustments for apps that use a vendored version of yarn 3, there was a bug that popped up because the return of the fetcher was no longer the fetcher.

In order to fix this, I just ensured that we returned the fetcher after sanitizing the yarnrc.

Fixes #24