diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d031ecdfc..bed927709 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,9 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.3.0-rc.1 - DAPR_RUNTIME_VER: 1.3.0-rc.1 - DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.3.0-rc.1/install/install.sh + DAPR_CLI_VER: 1.4.0-rc.1 + DAPR_RUNTIME_VER: 1.4.0-rc.6 + DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.4.0-rc.1/install/install.sh DAPR_CLI_REF: DAPR_REF: OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }} @@ -130,7 +130,7 @@ jobs: run: | echo "DEPLOY_OSSRH=true" >> $GITHUB_ENV - name: Publish to ossrh - if: env.DEPLOY_OSSRH == 'true' + if: env.DEPLOY_OSSRH == 'true' && env.JDK_VER == '11' run: | echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg export GPG_TTY=$(tty) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0d7fa9840..d66312159 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -30,9 +30,9 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.3.0-rc.1 - DAPR_RUNTIME_VER: 1.3.0-rc.1 - DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh + DAPR_CLI_VER: 1.4.0-rc.1 + DAPR_RUNTIME_VER: 1.4.0-rc.6 + DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.4.0-rc.1/install/install.sh DAPR_CLI_REF: DAPR_REF: steps: diff --git a/pom.xml b/pom.xml index ab1afdea7..3d246046b 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ UTF-8 1.39.0 3.13.0 - https://raw.githubusercontent.com/dapr/dapr/v1.3.0-rc.1/dapr/proto + https://raw.githubusercontent.com/dapr/dapr/v1.4.0-rc.6/dapr/proto 1.6.2 3.1.1 1.8