From f27d19d42082defe39ef719e6b71d7ee949bfe80 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Thu, 6 Jun 2024 08:52:47 -0400 Subject: [PATCH] Remove unnecessary workflow steps Signed-off-by: Andriy Redko --- .github/workflows/CI.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eac3ff8..d5b5d27 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,8 +35,3 @@ jobs: ./gradlew build # Generated by 'opensearch.pluginzip' custom gradle plugin ./gradlew publishPluginZipPublicationToZipStagingRepository - - name: Update version to the next development iteration - if: matrix.os != 'windows-latest' - run: | - # Task to auto update version to the next development iteration - ./gradlew updateVersion -DnewVersion=2.1.0-SNAPSHOT