From 2ac14c6b2f96f983cff6439dc202cb2a0dbadb56 Mon Sep 17 00:00:00 2001 From: Victor <78874691+victor-teles@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:00:59 -0300 Subject: [PATCH] fix(workflow/release_lsp): added missing double quotes (#377) --- .github/workflows/release_lsp.yml | 2 +- editors/intellij/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_lsp.yml b/.github/workflows/release_lsp.yml index f42a5858e33d..b91fdbe48916 100644 --- a/.github/workflows/release_lsp.yml +++ b/.github/workflows/release_lsp.yml @@ -78,7 +78,7 @@ jobs: - name: Check intellij version status if: steps.intellij_version.outputs.changed == 'true' - run: 'echo "Intellij Version change found! New version: ${{ steps.intellij_version.outputs.version }}' + run: 'echo "Intellij Version change found! New version: ${{ steps.intellij_version.outputs.version }}"' - name: Biome Check version status if: steps.biome_version.outputs.changed == 'true' diff --git a/editors/intellij/gradle.properties b/editors/intellij/gradle.properties index 3bb26aa7fece..58818156ab90 100644 --- a/editors/intellij/gradle.properties +++ b/editors/intellij/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.biomejs.intellijbiome pluginName = Biome pluginRepositoryUrl = https://github.com/biomejs/biome # SemVer format -> https://semver.org -pluginVersion = 0.0.2 +pluginVersion = 0.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 232