You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally one would run something like plugin-ready-release-go instead of /app/node_modules/.bin/tsx /app/src/index.ts. Not sure how easily this would be doable in typescript though?
The text was updated successfully, but these errors were encountered:
We could create a script for it, but not sure how necessary this is. In terms of #4 I would rather add the needed files to have it as an official GHA action.
Official GHA support would ofc be nice but I think having a "proper" executable bundled in the image instead of the above would still be "good practice", also for debugging purposes etc. 🙃
Ideally one would run something like
plugin-ready-release-go
instead of/app/node_modules/.bin/tsx /app/src/index.ts
. Not sure how easily this would be doable in typescript though?The text was updated successfully, but these errors were encountered: