Skip to content

chore: update to use the tagged version of the release action instead of main #78

chore: update to use the tagged version of the release action instead of main

chore: update to use the tagged version of the release action instead of main #78

Workflow file for this run

name: Build and Test tvOS
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-12
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: "Select Latest Xcode"
uses: devbotsxyz/xcode-select@main
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-xcframeworks: true
- name: Fastlane tvOS Tests
run: fastlane tvos tests