Skip to content

Commit f3cdefc

Browse files
Merge pull request #3115 from newrelic/dev
Release 9.18.0
2 parents cae068b + aacb520 commit f3cdefc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/scripts/rubygems-publish.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
gem_name = ARGV[0]
33
raise "gem name sans version must be supplied" if gem_name.to_s == ""
44

5-
api_key = ENV["GEM_HOST_API_KEY"]
6-
raise "GEM_HOST_API_KEY must be set" if api_key.to_s == ""
7-
85
version = ENV["VERSION"]
96
raise "VERSION environment must be set" if version.to_s == ""
107

0 commit comments

Comments
 (0)