Skip to content

Commit

Permalink
chore: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlee38 committed Sep 22, 2024
1 parent f279eb9 commit 65bb08b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ jobs:
with:
name: gitnote-jetbrains-${{ env.GITNOTE_VERSION }}.zip

- name: list resources
run: ls -l .

- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down
5 changes: 1 addition & 4 deletions 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.0"
version = "0.2.5"

repositories {
mavenCentral()
Expand All @@ -30,9 +30,6 @@ intellij {
}

// phase
// 0 : develop
// 1 : alpha
// 2 : release
val PHASE_DEVELOP = 0
val PHASE_ALPHA = 1
val PHASE_RELEASE = 2
Expand Down

0 comments on commit 65bb08b

Please sign in to comment.