Skip to content

Commit

Permalink
fix: add correct credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocabrera820 committed May 4, 2024
1 parent 9ae3b4a commit 854cabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Publish
GEM_EXTENSION = '*.gem'

def self.to_rubygems
Credentials.add_gh_credentials
Credentials.add_rubygems_credentials
gems = check_gem_files

gems.each do |gem_file|
Expand All @@ -18,7 +18,7 @@ def self.to_rubygems
end

def self.to_github_packages
Credentials.add_rubygems_credentials
Credentials.add_gh_credentials
gems = check_gem_files

gems.each do |gem_file|
Expand Down

0 comments on commit 854cabe

Please sign in to comment.