From e31833eda4068cbfb197fadc569ac0fa028f9535 Mon Sep 17 00:00:00 2001 From: Daniel Green Date: Mon, 25 Nov 2024 13:11:08 +0200 Subject: [PATCH] feat: Remove using local branch and action logging --- .github/workflows/publish.yaml | 5 ----- PersonaClick.podspec | 5 ++--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7b3b6d0..0af10d8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -32,11 +32,6 @@ jobs: current_version=$(awk -F"'" '/s.version *=/ {print $2}' "$FILE_PATH") echo "version=$current_version" >> $GITHUB_OUTPUT - - name: Print branch and version info - run: | - echo "PersonaClick-Branch: ${{ env.GITHUB_REF }}" - echo "PersonaClick-Version: ${{ steps.version.outputs.version }}" - - name: Create release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/PersonaClick.podspec b/PersonaClick.podspec index f845b8f..ef7b786 100644 --- a/PersonaClick.podspec +++ b/PersonaClick.podspec @@ -3,7 +3,6 @@ Pod::Spec.new do |s| s.name = 'PersonaClick' s.version = '3.6.43' - s.summary = 'PersonaClick SDK for iOS platform - the wide toolset for eCommerce apps. This SDK can be used to integrate in your own app for iOS in few steps.' s.readme = 'https://reference.api.personaclick.com/#{spec.version.to_s}/README.md' @@ -16,9 +15,9 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'PersonaClick' => '«support@personaclick.com»' } - s.source = { :git => "https://github.com/PersonaClick/ios-sdk.git", :branch => ENV['CURRENT_BRANCH'] } + s.source = { :git => "https://github.com/PersonaClick/ios-sdk.git", :branch => "master" } - s.exclude_files = 'PersonaClick/Classes/Model/InitResponse.swift' + s.exclude_files = 'PersonaClick/Classes/Model/InitResponse.swift' s.ios.deployment_target = '12.0'