Skip to content

Commit

Permalink
fix(workflow/release_lsp): added missing double quotes (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-teles committed Sep 21, 2023
1 parent 7d0e356 commit 2ac14c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion editors/intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac14c6

Please sign in to comment.