class Travis::CLI::Setup::Releases
def run
def run deploy 'releases' do |config| github.with_token { |t| config['api_key'] = t } config['file'] = ask("File to Upload: ").to_s end end
def run deploy 'releases' do |config| github.with_token { |t| config['api_key'] = t } config['file'] = ask("File to Upload: ").to_s end end