Skip to content

Commit

Permalink
ci: minor fixes in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-otto committed Aug 8, 2024
1 parent ff0ce81 commit 1c846ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_cocoapod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ build-cocoapod:
policy: pull-push
script:
- !reference [.versioning, script]
- pod repo update
- ./gradlew podPublishReleaseXCFramework
- mv sdk/build/cocoapods/publish/release/Epotheke.xcframework Epotheke.xcframework
- mv sdk/build/cocoapods/publish/release/epotheke-sdk.podspe epotheke-sdk.podspec
- cp LICENSE.GPL LICENSE
artifacts:
name: 'Epotheke-CocoaPod'
Expand Down
2 changes: 1 addition & 1 deletion ci/publish_cocoapod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ publish-ios-pod-spec:
- echo "s.ios.vendored_frameworks = 'Epotheke.xcframework'" >> epotheke-sdk.podspec
- echo end >> epotheke-sdk.podspec
- pod spec lint epotheke-sdk.podspec --verbose
# - pod trunk push epotheke-sdk.podspec
- pod trunk push epotheke-sdk.podspec
needs: [ "publish-to-github" ]
rules:
- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+(-rc.\d+)$/
Expand Down

0 comments on commit 1c846ac

Please sign in to comment.