Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Sep 23, 2023
1 parent fcafbce commit fa10f53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
fetch-depth: 0 # required to be able to find Git tags

- name: Set up tea environment
uses: teaxyz/setup@v0
uses: teaxyz/setup@v1
with:
+: pod

- name: Deploy to CocoaPods Trunk
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
fetch-depth: 0 # required to be able to find Git tags

- name: Set up tea environment
uses: teaxyz/setup@v0
uses: teaxyz/setup@v1
with:
+: pod

- name: Lint Podspec
run: |
Expand Down

0 comments on commit fa10f53

Please sign in to comment.