Skip to content

Commit

Permalink
156
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjfrog committed Sep 22, 2023
1 parent 95ca41f commit bcfe532
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/promote-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
echo "$RELEASE_BUNDLE_RESULT"

0 comments on commit bcfe532

Please sign in to comment.