diff --git a/.github/workflows/build-and-scan.yml b/.github/workflows/build-and-scan.yml index b30b033..2cab221 100644 --- a/.github/workflows/build-and-scan.yml +++ b/.github/workflows/build-and-scan.yml @@ -57,9 +57,4 @@ jobs: if: always() - name: Set GITHUB_SHA on Artifacts run: | - jf rt sp --build ${{ github.repository }}/${{ github.run_number }} git_sha=${{ github.sha }} -# - name: Scan Build -# run: | -# # Scan the build-info -# jf bs ${{ github.repository }} ${{ github.run_number }} -# if: always() \ No newline at end of file + jf rt sp --build ${{ github.repository }}/${{ github.run_number }} git_sha=${{ github.sha }} \ No newline at end of file diff --git a/.github/workflows/promote-release-candidate.yml b/.github/workflows/promote-release-candidate.yml index c28ac1f..7bb9fd8 100644 --- a/.github/workflows/promote-release-candidate.yml +++ b/.github/workflows/promote-release-candidate.yml @@ -59,7 +59,7 @@ 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) - echo $PROMOTE_RESULT >> $GITHUB_ENV + echo PROMOTE_RESULT=$PROMOTE_RESULT >> $GITHUB_ENV - name: Validate Promotion id: validate_promotion env: