Skip to content

Commit

Permalink
chore: fix release file path
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlee38 committed Sep 22, 2024
1 parent 65bb08b commit d6109a5
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
files: gitnote-jetbrains/build/distributions/gitnote-jetbrains-${{ env.GITNOTE_VERSION }}.zip
files: gitnote-jetbrains-${{ env.GITNOTE_VERSION }}.zip

2 changes: 1 addition & 1 deletion gitnote-jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.cjlee"
version = "0.2.5"
version = "0.2.6"

repositories {
mavenCentral()
Expand Down

0 comments on commit d6109a5

Please sign in to comment.