Skip to content

Commit ab9d3fb

Browse files
committed
Added xcode select to latest
1 parent d5e3810 commit ab9d3fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
run: ./gradlew :updateVersions
2929
- name: Grant execute permission for gradlew
3030
run: chmod +x gradlew
31+
- uses: maxim-lobanov/setup-xcode@v1
32+
with:
33+
xcode-version: latest-stable
3134
- name: Publish Firebase Analytics
3235
run: ./gradlew :firebase-analytics:publish
3336
- name: Publish Firebase App

0 commit comments

Comments
 (0)