Skip to content

Commit

Permalink
Merge pull request #151 from mercari/fix_upload_tag2
Browse files Browse the repository at this point in the history
Use GITHUB_REF_NAME
  • Loading branch information
shuheiktgw authored Apr 11, 2024
2 parents dd74a0b + 4d4268e commit 4e85e04
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-jetbrains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lsp/client/jetbrains/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e85e04

Please sign in to comment.