Sha256: 33e82c12ad5450129b070dd280e439e50ab022869b4f96a410816246e7c14a78

Contents?: true

Size: 406 Bytes

Versions: 3

Compression:

Stored size: 406 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/upload_to_app_store'
    class DeliverAction < UploadToAppStoreAction
      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Alias for the `upload_to_app_store` action"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/actions/deliver.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/deliver.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/deliver.rb