Skip to content

Commit

Permalink
157
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjfrog committed Sep 22, 2023
1 parent bcfe532 commit 199c51d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/promote-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +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
echo $PROMOTE_RESULT >> $GITHUB_OUTPUT
- name: Validate Promotion
id: validate_promotion
env:
RELEASE_BUNDLE_RESULT: ${{ steps.promote_release_bundle.outputs.PROMOTE_RESULT }}
PROMOTE_RESULT: ${{ steps.promote_release_bundle.outputs.PROMOTE_RESULT }}
run: |
echo "$RELEASE_BUNDLE_RESULT"
echo "$PROMOTE_RESULT"

0 comments on commit 199c51d

Please sign in to comment.