From bcfe5326662480931f735be7c17ec5f8bd7dd133 Mon Sep 17 00:00:00 2001 From: tomjfrog Date: Fri, 22 Sep 2023 17:15:27 -0500 Subject: [PATCH] 156 --- .github/workflows/promote-release-candidate.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/promote-release-candidate.yml b/.github/workflows/promote-release-candidate.yml index 8cc7517..f869dfb 100644 --- a/.github/workflows/promote-release-candidate.yml +++ b/.github/workflows/promote-release-candidate.yml @@ -59,7 +59,10 @@ jobs: --header "X-JFrog-Signing-Key-Name: ${{ secrets.RELEASE_BUNDLE_SIGNING_KEY }}" \ --data '{"environment":"PROD","included_repository_keys":["phoenix-maven-prod-local"],"overwrite_existing_artifacts":false}' \ --url https://tomjfrog.jfrog.io/lifecycle/api/v2/promotion/records/phoenix-project-release-bundle/0.0.1-rc-92) >> $GITHUB_OUTPUT + echo $PROMOTE_RESULT - name: Validate Promotion id: validate_promotion + env: + RELEASE_BUNDLE_RESULT: ${{ steps.promote_release_bundle.outputs.PROMOTE_RESULT }} run: | - echo "${{ steps.promote_release_bundle.outputs.PROMOTE_RESULT }}" \ No newline at end of file + echo "$RELEASE_BUNDLE_RESULT" \ No newline at end of file