Skip to content

Commit c14b3df

Browse files
committed
Fix use-latest checkbox not working
Tool: gitpod/catfood.gitpod.cloud
1 parent 0fa3aad commit c14b3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jetbrains-update-plugin-platform-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- [x] /werft with-large-vm
9191
- [x] /werft with-gce-vm
9292
- [x] with-integration-tests=jetbrains
93-
- [x] latest-ide-version=${{ contains(inputs.pluginId, 'latest') }}
93+
- [x] latest-ide-version=${{ contains(inputs.pluginId, 'true') }}
9494
9595
_This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-update-plugin-platform-template.yml) template._
9696
commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}"
@@ -134,7 +134,7 @@ jobs:
134134
- [x] /werft with-large-vm
135135
- [x] /werft with-gce-vm
136136
- [x] with-integration-tests=jetbrains
137-
- [x] latest-ide-version=${{ contains(inputs.pluginId, 'latest') }}
137+
- [x] latest-ide-version=${{ contains(inputs.pluginId, 'true') }}
138138
139139
_This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-update-plugin-platform-template.yml) template._
140140
commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}"

0 commit comments

Comments
 (0)