diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dfeaf3ba9..7f3a87c04 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,8 +42,8 @@ jobs: cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import gpg --list-secret-keys --keyid-format LONG - # - name: Compile - # run: mvn clean install -DskipTests=true + - name: Compile + run: mvn clean install -DskipTests=true # - name: Setup Git # run: | @@ -61,15 +61,12 @@ jobs: # env: # GITHUB_TOKEN: ${{secrets.GH_TOKEN}} - - name: Run tmate - uses: mxschmitt/action-tmate@v2 - - # - name: Release to Maven Central - # run: mvn --batch-mode clean deploy -Prelease -DskipTests=true -X - # env: - # MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }} - # MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }} - # MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + - name: Release to Maven Central + run: mvn --batch-mode clean deploy -Prelease -DskipTests=true -X + env: + MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }} + MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }} + MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # - name: Release # uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 diff --git a/pom.xml b/pom.xml index b891a3044..e4d5a45b4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.dylibso.chicory chicory - 0.0.4 + 0.0.3 pom Chicory Native JVM WebAssembly runtime diff --git a/runtime/pom.xml b/runtime/pom.xml index f7aa21119..36a683a56 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 0.0.3 ../pom.xml runtime diff --git a/test-gen-plugin/pom.xml b/test-gen-plugin/pom.xml index a93d15044..95c65c590 100644 --- a/test-gen-plugin/pom.xml +++ b/test-gen-plugin/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 0.0.3 ../pom.xml test-gen-plugin diff --git a/wasi/pom.xml b/wasi/pom.xml index 893436ab2..c22a8fd22 100644 --- a/wasi/pom.xml +++ b/wasi/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 0.0.3 ../pom.xml wasi diff --git a/wasm-support-plugin/pom.xml b/wasm-support-plugin/pom.xml index cf0032fed..ff711a94e 100644 --- a/wasm-support-plugin/pom.xml +++ b/wasm-support-plugin/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 0.0.3 ../pom.xml wasm-support-plugin diff --git a/wasm/pom.xml b/wasm/pom.xml index a71fcf5ed..124e7a7e0 100644 --- a/wasm/pom.xml +++ b/wasm/pom.xml @@ -5,7 +5,7 @@ com.dylibso.chicory chicory - 0.0.4 + 0.0.3 ../pom.xml wasm