We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812c934 commit 7986316Copy full SHA for 7986316
Rakefile
@@ -83,7 +83,7 @@ namespace :gems do
83
sleep(2)
84
begin
85
sh "gem exec sigstore-cli:0.2.1 sign #{gem_path} --bundle #{gem_attestation_path}"
86
- sh "gem push --attestation #{gem_attestation_path} #{gem_path}"
+ sh "gem push #{gem_path} --attestation #{gem_attestation_path}"
87
break
88
rescue StandardError => e
89
puts "! `gem push` failed with error: #{e}"
0 commit comments