Skip to content

Commit 7986316

Browse files
jeffwidmanNishnha
andcommitted
Update Rakefile
Co-authored-by: Nish Sinha <[email protected]>
1 parent 812c934 commit 7986316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)