We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cae068b + aacb520 commit f3cdefcCopy full SHA for f3cdefc
.github/workflows/scripts/rubygems-publish.rb
@@ -2,9 +2,6 @@
2
gem_name = ARGV[0]
3
raise "gem name sans version must be supplied" if gem_name.to_s == ""
4
5
-api_key = ENV["GEM_HOST_API_KEY"]
6
-raise "GEM_HOST_API_KEY must be set" if api_key.to_s == ""
7
-
8
version = ENV["VERSION"]
9
raise "VERSION environment must be set" if version.to_s == ""
10
0 commit comments