From 99700844b44c7a5212462da38e7788739bbc82f6 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Sat, 20 Jan 2024 12:19:13 +0000 Subject: [PATCH] skip GH release --- .github/workflows/release.yaml | 6 ------ pom.xml | 2 +- runtime/pom.xml | 2 +- test-gen-plugin/pom.xml | 2 +- wasi/pom.xml | 2 +- wasm-support-plugin/pom.xml | 2 +- wasm/pom.xml | 2 +- 7 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4edb6b13a..9ba498eff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,12 +66,6 @@ jobs: MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }} MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - - name: Release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 - with: - tag_name: ${{ github.event.inputs.release-version }} - token: ${{secrets.GH_TOKEN}} - - name: Back to Snapshot run: | mvn versions:set -DgenerateBackupPoms=false -DnewVersion=999-SNAPSHOT diff --git a/pom.xml b/pom.xml index f452aa6b8..cefea932a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.dylibso.chicory chicory - 0.0.4 + 999-SNAPSHOT pom Chicory Native JVM WebAssembly runtime diff --git a/runtime/pom.xml b/runtime/pom.xml index f7aa21119..f09556be0 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 999-SNAPSHOT ../pom.xml runtime diff --git a/test-gen-plugin/pom.xml b/test-gen-plugin/pom.xml index a93d15044..5367d8c64 100644 --- a/test-gen-plugin/pom.xml +++ b/test-gen-plugin/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 999-SNAPSHOT ../pom.xml test-gen-plugin diff --git a/wasi/pom.xml b/wasi/pom.xml index 893436ab2..b11c8d1d5 100644 --- a/wasi/pom.xml +++ b/wasi/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 999-SNAPSHOT ../pom.xml wasi diff --git a/wasm-support-plugin/pom.xml b/wasm-support-plugin/pom.xml index cf0032fed..303d9f647 100644 --- a/wasm-support-plugin/pom.xml +++ b/wasm-support-plugin/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 999-SNAPSHOT ../pom.xml wasm-support-plugin diff --git a/wasm/pom.xml b/wasm/pom.xml index a71fcf5ed..e66e158aa 100644 --- a/wasm/pom.xml +++ b/wasm/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 999-SNAPSHOT ../pom.xml wasm