Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:

jobs:
deploy:
if: false
name: Deploy to CocoaPods Trunk
runs-on: macos-14
runs-on: macos-15
steps:
- name: Git Checkout
uses: actions/checkout@v4
Expand All @@ -21,7 +22,7 @@ jobs:
+: pod xcodes

- name: Select Xcode version
run: sudo xcodes select 15.4
run: sudo xcodes select 16.4

- name: Deploy to CocoaPods Trunk
run: |
Expand Down
6 changes: 6 additions & 0 deletions script/pod_release
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

export LIB_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)

echo "Publishing version $LIB_VERSION"
pod trunk push SwiftUIIntrospect.podspec --allow-warnings