Skip to content

Commit 5e21da8

Browse files
committedJan 18, 2021
fix CI update version file step
·
1.7.1-rc11.2.2-rc3
1 parent b0cbae9 commit 5e21da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,5 +469,5 @@ jobs:
469469
- name: Update version file (used by frontend to trigger autoupdate and create filename)
470470
run: |
471471
echo {\"Version\": \"${GITHUB_REF##*/}\"} > /tmp/agent-version.json
472-
aws s3 sync /tmp/agent-version.json s3://${{ env.VERSION_TARGET }}
472+
aws s3 cp /tmp/agent-version.json s3://${{ env.VERSION_TARGET }}
473473
if: steps.prerelease.outputs.IS_PRE != 'true'

0 commit comments

Comments
 (0)
Please sign in to comment.