Skip to content

Commit

Permalink
Edit path CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
iletai committed Mar 29, 2024
1 parent fac4a16 commit 998c11f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
name: Setup Tag
needs: build
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os:
Expand All @@ -58,7 +59,7 @@ jobs:
pod lib lint --allow-warnings
# Set version source pod spec
version=$(echo "${GITHUB_REF}" | sed -e "s/^refs\/tags\/v//")
sed -i '' "s/s.version = '.*'/s.version = '${version}'/" Pod/Source/YourPod.podspec
sed -i '' "s/s.version = '.*'/s.version = '${version}'/" SwiftUICalendarView.podspec
pod trunk push --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPOD_TOKEN }}
Expand Down

0 comments on commit 998c11f

Please sign in to comment.