Skip to content

Fix release process so it pushes gems to RubyGems#334

Merged
jamis merged 2 commits intomongodb:masterfrom
jamis:fix-release-process
Jul 23, 2024
Merged

Fix release process so it pushes gems to RubyGems#334
jamis merged 2 commits intomongodb:masterfrom
jamis:fix-release-process

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
@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