We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6f02a commit ff914d7Copy full SHA for ff914d7
.github/workflows/check.yml
@@ -441,8 +441,8 @@ jobs:
441
- name: Setup
442
uses: ./.github/actions/setup
443
with:
444
- type: minimal
445
language: kotlin
+ version: ${{ fromJSON(needs.setup.outputs.KOTLIN_DATA).version }}
446
447
- name: Generate clients
448
run: yarn cli generate kotlin ${{ fromJSON(needs.setup.outputs.KOTLIN_DATA).toRun }}
@@ -493,7 +493,6 @@ jobs:
493
494
if: ${{ env.ALGOLIA_APPLICATION_ID != '' }}
495
496
497
language: swift
498
version: ${{ fromJSON(needs.setup.outputs.SWIFT_DATA).version }}
499
0 commit comments