Closed palloberg closed 1 month ago
thanks! do you need a new release?
thanks! do you need a new release?
I think so, unless the dist/
files are rebuilt on the main
branch so I can use Mozilla-Actions/sccache-action@main
@sylvestre It looks like the dist/{setup,show_stats}/index.js
files were not rebuilt before the release so in reality v0.0.5 and v0.0.6 are running the same code.
I guess the release process should include npm run build
and adding the generated dist files to the repo. (And yeah, it's a terrible design choice for Typescript Actions that generated code must be committed to the repo).
Fixes #143