Skip to content

Commit 44499c0

Browse files
jeffwidmanNishnha
andauthored
Update Rakefile
Co-authored-by: Nish Sinha <nishnha@github.com>
1 parent c49d2dd commit 44499c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ namespace :gems do
8383
sleep(2)
8484
begin
8585
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}"
86+
sh "gem push #{gem_path} --attestation #{gem_attestation_path}"
8787
break
8888
rescue StandardError => e
8989
puts "! `gem push` failed with error: #{e}"

0 commit comments

Comments
 (0)