-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuild dist and release #157
Comments
Hi @jkroepke , You are correct. I generally try to merge in updates to |
Is there a way to make |
@schlomo Not consistently. |
Can I suggest a completely different approach? The problem I'm trying to solve is using latest SOPS without manual maintenance effort. How about you start tracking the SOPS version in the version of the For example, When SOPS releases a new version, e.g. Alternatively, unrelated to a new SOPS release you change something in this action then you would go and release a And finally, you could use a tag like This way you might also circumvent the API rate limiting since this action would always query a pinned version of SOPS and not What do you think @mdgreenwald? |
I do not plan to change the tool in this way as it would be very limiting and would generate many versions. Instead I plan to fix the problematic API call, I merely need to find the time to do it. Alternatively as this is an Open Source project you are free to open a PR. |
In #153 and #144 packages are upgrade without rebuilding dist/index.js. In fact, the source does not match the executed action js file.
Currently, I'm experiencing warnings like
By updating
@action/core
to 1.10 should fix that issue, but it seems like dist/index.js still using an outdated dependency.The text was updated successfully, but these errors were encountered: