diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e4208985..62ef0716 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,11 +14,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: | + - name: Build Image Tool installer + run: | + mvn -version mvn -B clean package - id: version run: echo "::set-output name=number::`echo "${{ github.ref_name }}" | sed 's/release-//'`" - - env: + - name: Create draft release and attach installer zip + env: GH_TOKEN: ${{ github.token }} run: | gh release create ${{ github.ref_name }} \ diff --git a/imagetool/pom.xml b/imagetool/pom.xml index 7758dc05..dddefbef 100644 --- a/imagetool/pom.xml +++ b/imagetool/pom.xml @@ -13,7 +13,7 @@ imagetool-parent com.oracle.weblogic.lifecycle.imagetool - 1.15.2-SNAPSHOT + 1.15.3-SNAPSHOT ../pom.xml diff --git a/installer/pom.xml b/installer/pom.xml index 5b7282cb..ca3fcd31 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -13,7 +13,7 @@ imagetool-parent com.oracle.weblogic.lifecycle.imagetool - 1.15.2-SNAPSHOT + 1.15.3-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 77b62dcb..cf6423a1 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.oracle.weblogic.lifecycle.imagetool imagetool-parent - 1.15.2-SNAPSHOT + 1.15.3-SNAPSHOT pom WebLogic Image Tool diff --git a/tests/pom.xml b/tests/pom.xml index 7981d9fb..841daf49 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -12,7 +12,7 @@ imagetool-parent com.oracle.weblogic.lifecycle.imagetool - 1.15.2-SNAPSHOT + 1.15.3-SNAPSHOT ../pom.xml