Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
See opensearch-project#232
I have manually confirmed that gem install with ruby 3.0 works
  • Loading branch information
Earlopain committed Apr 9, 2024
1 parent 136e1c9 commit 9c9229b
Showing 1 changed file with 2 additions and 1 deletion.
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 9c9229b

Please sign in to comment.