We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da8a34 commit 7e21177Copy full SHA for 7e21177
1 file changed
.github/workflows/deploy.yml
@@ -7,9 +7,9 @@ jobs:
7
runs-on: macOS-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
- name: Select Xcode
12
- run: sudo xcode-select -s /Applications/Xcode_14.0.app
+ run: sudo xcode-select -s /Applications/Xcode_26.3.app
13
- name: Publish Pod
14
run: |
15
VERSION=$(echo "${VERSION_TAG}" | sed "s|^v\(.*\)$|\1|g")
@@ -18,4 +18,3 @@ jobs:
18
env:
19
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
20
VERSION_TAG: ${{ github.event.release.tag_name }}
21
-
0 commit comments