Skip to content

Commit ff914d7

Browse files
committed
try again
1 parent 5a6f02a commit ff914d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ jobs:
441441
- name: Setup
442442
uses: ./.github/actions/setup
443443
with:
444-
type: minimal
445444
language: kotlin
445+
version: ${{ fromJSON(needs.setup.outputs.KOTLIN_DATA).version }}
446446

447447
- name: Generate clients
448448
run: yarn cli generate kotlin ${{ fromJSON(needs.setup.outputs.KOTLIN_DATA).toRun }}
@@ -493,7 +493,6 @@ jobs:
493493
uses: ./.github/actions/setup
494494
if: ${{ env.ALGOLIA_APPLICATION_ID != '' }}
495495
with:
496-
type: minimal
497496
language: swift
498497
version: ${{ fromJSON(needs.setup.outputs.SWIFT_DATA).version }}
499498

0 commit comments

Comments
 (0)