Skip to content
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

CLI: "wasmer deploy" auto package version bump does not work if package version is out of date #4464

Closed
theduke opened this issue Feb 25, 2024 · 1 comment · Fixed by #4467
Assignees
Labels
bug Something isn't working edge-cli 📦 lib-cli About wasmer-cli
Milestone

Comments

@theduke
Copy link
Contributor

theduke commented Feb 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working edge-cli 📦 lib-cli About wasmer-cli
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant