Skip to content

Commit

Permalink
chore: set ci false
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlee38 committed Sep 23, 2024
1 parent da37c87 commit e52e149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Build JAR
working-directory: ./gitnote-jetbrains
run: ./gradlew buildPlugin -Dgitnote.useLocalGui=false -Dgitnote.buildCore=false --stacktrace --debug
run: ./gradlew buildPlugin -Dgitnote.useLocalGui=false -Dgitnote.buildCore=false

- name: Get Project Version
id: get_version
Expand Down
1 change: 1 addition & 0 deletions gitnote-gui/.env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
PUBLIC_URL=./
CI=false
3 changes: 1 addition & 2 deletions gitnote-jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import com.github.gradle.node.npm.task.NpmTask
import com.github.gradle.node.npm.task.NpxTask

plugins {
Expand All @@ -9,7 +8,7 @@ plugins {
}

group = "io.cjlee"
version = "0.2.12"
version = "0.2.13"

repositories {
mavenCentral()
Expand Down

0 comments on commit e52e149

Please sign in to comment.