From 4d4268e240a3d4e4d06cb067b42e2fe95d15d33e Mon Sep 17 00:00:00 2001 From: shuheiktgw Date: Thu, 11 Apr 2024 12:26:59 +0900 Subject: [PATCH] Use GITHUB_REF_NAME and update the version to 0.1.0 --- .github/workflows/release-jetbrains.yml | 2 +- lsp/client/jetbrains/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-jetbrains.yml b/.github/workflows/release-jetbrains.yml index 6da4cac4..91af764d 100644 --- a/.github/workflows/release-jetbrains.yml +++ b/.github/workflows/release-jetbrains.yml @@ -36,5 +36,5 @@ jobs: - name: Upload Release Asset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ env.GITHUB_REF_NAME }} ./build/distributions/* + run: gh release upload $GITHUB_REF_NAME ./build/distributions/* working-directory: ./lsp/client/jetbrains diff --git a/lsp/client/jetbrains/gradle.properties b/lsp/client/jetbrains/gradle.properties index 61af10e4..4400b6a7 100644 --- a/lsp/client/jetbrains/gradle.properties +++ b/lsp/client/jetbrains/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.mercari.grpcfederation pluginName = grpc-federation pluginRepositoryUrl = https://github.com/mercari/grpc-federation # SemVer format -> https://semver.org -pluginVersion = 0.0.2 +pluginVersion = 0.1.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233