1
0
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:
Jaanus Sellin 2023-05-16 13:36:17 +03:00 committed by GitHub
parent efbec719de
commit e075d46f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
echo "::set-output name=COMMIT_HASH::$COMMIT_HASH"
- name: Publish static assets to S3
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
uses: actions/github-script@v6
with: