Skip to content

Commit

Permalink
fix: change commit hash step name (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed May 16, 2023
1 parent efbec71 commit e075d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_enterprise.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit e075d46

Please sign in to comment.