From 3a76f163724eab81e313dc1ce276abd0860d2297 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 6 Oct 2023 17:23:34 -0500 Subject: [PATCH] [CI] Deploy artifacts in parallel with deploy docs (fix syntax) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc28e8d..7f6aaf8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: # Extract version from gradle.properties version=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}') echo "project_version=$version" >>$GITHUB_OUTPUT - build_deploy_jdk_17: + build_jdk_17: name: Build and Deploy Artifacts (JDK 17) needs: [prerequisites] runs-on: ubuntu-latest