Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
See #232
I have manually confirmed that gem install with ruby 3.0 works

Signed-off-by: Earlopain <[email protected]>
  • Loading branch information
Earlopain committed Apr 9, 2024
1 parent 136e1c9 commit 130e7a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed
### Fixed
- Don't emit Ruby warnings when requiring `opensearch-dsl` ([#231](https://github.com/opensearch-project/opensearch-ruby/issues/231))
- Fix release workflow ([#232](https://github.com/opensearch-project/opensearch-ruby/issues/232))
### Security

## [3.2.0]
Expand Down
3 changes: 2 additions & 1 deletion jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ standardReleasePipelineWithGenericTrigger(
publishRelease: true) {
publishToRubyGems(
publicCertPath: ".github/opensearch-rubygems.pem",
apiKeyCredentialId: 'jenkins-opensearch-ruby-api-key'
apiKeyCredentialId: 'jenkins-opensearch-ruby-api-key',
rubyVersion: "3.0.6"
)
}

0 comments on commit 130e7a0

Please sign in to comment.