We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553c9e3 commit 3574637Copy full SHA for 3574637
.github/workflows/checks.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: '*'
8
9
+env:
10
+ DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer
11
+
12
jobs:
13
test:
14
runs-on: macos-latest
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
types:
- created
release-build:
@@ -33,7 +36,7 @@ jobs:
33
36
asset_content_type: application/zip
34
37
- name: Publish to Cocoapods
35
38
run: |
- POD_VERSION=$(echo $TAG_NAME | cut -c2-)
39
+ export POD_VERSION=$(echo $TAG_NAME | cut -c2-)
40
pod trunk push
41
env:
42
TAG_NAME: ${{ github.event.release.tag_name }}
0 commit comments