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
For the release of v0.0.6 and v0.0.5 of the action, the files in the dist/ folder were not built and committed to the repo. As those are the ones called when the action is executed (as defined in action.yml) the action is in effect running on the code built 5 months ago for v0.0.4.
The release process should probably be updated with a step to do npm run build and commit/push the changes in dist/ before tagging the release.
The text was updated successfully, but these errors were encountered:
Not sure why the dist/show_stats/index.js is not rebuilt, but looking at package.json running build is calling build-dist which does update both dist/setup and dist/show_stats.
For the release of v0.0.6 and v0.0.5 of the action, the files in the
dist/
folder were not built and committed to the repo. As those are the ones called when the action is executed (as defined inaction.yml
) the action is in effect running on the code built 5 months ago for v0.0.4.The release process should probably be updated with a step to do
npm run build
and commit/push the changes indist/
before tagging the release.The text was updated successfully, but these errors were encountered: