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

fix: allow re-runs of cargo publish to crates.io #186

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

diogomatsubara
Copy link
Contributor

@diogomatsubara diogomatsubara commented Jun 20, 2024

During release process, if something fails during the publication process, we can re-run the workflow skipping the packages that were already published.

Fix #183

src/cargo.ts Outdated Show resolved Hide resolved
src/cargo.ts Outdated Show resolved Hide resolved
During release process, if something fails during the publication
process, we can re-run the workflow skipping the packages that were
already published.
Update TS variable to use CamelCase
@diogomatsubara diogomatsubara force-pushed the check-before-publishing branch from 99376f1 to 2ea8faf Compare June 20, 2024 12:54
@Mallets Mallets merged commit 1549b6d into eclipse-zenoh:main Aug 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow re-running publishing crates step after failure
3 participants