We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running "wasmer deploy" is supposed to automatically bump and publish the package version if a local package is used.
This does not work correctly at the moment if the package version in wasmer.toml is out of date.
We need to query the current package version and bump appropriately instead.
This currently breaks CI setups that rely on auto-bumping.
The text was updated successfully, but these errors were encountered:
RUN-100 CLI: "wasmer deploy" auto package version bump does not work if package version is out of date
Sorry, something went wrong.
theduke
Successfully merging a pull request may close this issue.
Running "wasmer deploy" is supposed to automatically bump and publish the package version if a local package is used.
This does not work correctly at the moment if the package version in wasmer.toml is out of date.
We need to query the current package version and bump appropriately instead.
This currently breaks CI setups that rely on auto-bumping.
The text was updated successfully, but these errors were encountered: