mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Disable mac beta lane in release workflow
This commit is contained in:
parent
0fc6f7fdb7
commit
8f9de6d1be
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -23,7 +23,9 @@ jobs:
|
||||
testflight:
|
||||
strategy:
|
||||
matrix:
|
||||
lane: ['mac beta', 'ios beta', 'tvos beta']
|
||||
# disabled mac beta lane
|
||||
# lane: ['mac beta', 'ios beta', 'tvos beta']
|
||||
lane: ['ios beta', 'tvos beta']
|
||||
name: Releasing ${{ matrix.lane }} version to TestFlight
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user