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 release process so it pushes gems to RubyGems #334

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

jamis
Copy link
Contributor

@jamis jamis commented Jul 22, 2024

The automated release process is currently skipping the part where it actually pushes the gems it produces to RubyGems. This PR fixes that, by correcting the value that the dry_run input is compared against. (When passed into another action, this input is apparently converted into a string, and requires quotes. When used directly, it remains a boolean, and must not be quoted.)

@jamis jamis requested a review from comandeo-mongo July 22, 2024 20:18
@jamis jamis marked this pull request as ready for review July 22, 2024 20:20
@jamis jamis merged commit d7e5bf1 into mongodb:master Jul 23, 2024
45 of 47 checks passed
@jamis jamis deleted the fix-release-process branch July 23, 2024 14:04
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.

2 participants