mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: change commit hash step name (#3784)
This commit is contained in:
parent
efbec719de
commit
e075d46f79
2
.github/workflows/notify_enterprise.yaml
vendored
2
.github/workflows/notify_enterprise.yaml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
echo "::set-output name=COMMIT_HASH::$COMMIT_HASH"
|
echo "::set-output name=COMMIT_HASH::$COMMIT_HASH"
|
||||||
- name: Publish static assets to S3
|
- name: Publish static assets to S3
|
||||||
run: |
|
run: |
|
||||||
aws s3 cp frontend/build s3://getunleash-static/unleash/commits/${{ steps.get_version.outputs.COMMIT_HASH }} --recursive
|
aws s3 cp frontend/build s3://getunleash-static/unleash/commits/${{ steps.get_commit_hash.outputs.COMMIT_HASH }} --recursive
|
||||||
- name: Trigger sync
|
- name: Trigger sync
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user