diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a75fdb8..abc9732 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: strategy: matrix: java: [ 17 ] - if: github.ref_type == 'tag' && ((github.ref_name == 'main' || github.ref_name == 'master') && github.event_name != 'schedule') + if: github.ref_type == 'tag' steps: - name: Checkout Repository uses: actions/checkout@v4 diff --git a/build.gradle.kts b/build.gradle.kts index 654f4a5..a0cb4cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ plugins { } group = "io.github.ExampleUser" -version = "1.0.3" +version = "1.0.4" description = "" val mainPackage = "${project.group}.${rootProject.name}"