diff --git a/.github/workflows/merge_request.yml b/.github/workflows/merge_request.yml index cd4894f..b42a8f2 100644 --- a/.github/workflows/merge_request.yml +++ b/.github/workflows/merge_request.yml @@ -7,7 +7,7 @@ on: jobs: check: - uses: tinkoff-mobile-tech/workflows/.github/workflows/ios_lib.merge_request.yml@add_ios + uses: tinkoff-mobile-tech/workflows/.github/workflows/ios_lib.merge_request.yml@v1 with: xcodeproj_path: "TinkoffID.xcodeproj" scheme_name: "TinkoffID-Package" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8767682..5b204da 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ on: jobs: publish: - uses: tinkoff-mobile-tech/workflows/.github/workflows/ios_lib.publish.yml@add_ios + uses: tinkoff-mobile-tech/workflows/.github/workflows/ios_lib.publish.yml@v1 with: xcodeproj_path: "TinkoffID.xcodeproj" scheme_name: "TinkoffID-Package" diff --git a/Gemfile b/Gemfile index 253977a..9731437 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source "https://rubygems.org" gem 'cocoapods', '~> 1.10.1' gem 'fastlane', '~> 2.172.0' +gem 'fastlane-plugin-changelog' gem 'rubocop', '~> 0.93.1' gem 'rubocop-require_tools' diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 7848f31..92939fd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,5 +1,4 @@ import_from_git( url: "https://github.com/tinkoff-mobile-tech/workflows.git", # The URL of the repository to import the Fastfile from. - branch: "add_ios", # The branch to checkout on the repository. path: "fastlane/Fastfile" # The path of the Fastfile in the repository. ) diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile deleted file mode 100644 index 8f896e8..0000000 --- a/fastlane/Pluginfile +++ /dev/null @@ -1,5 +0,0 @@ -# Autogenerated by fastlane -# -# Ensure this file is checked in to source control! - -gem 'fastlane-plugin-changelog'