Skip to content

Commit 319fa27

Browse files
committed
remove update json file version (useless in this phase)
This was failing because aws credentials are not suited for this bucket
1 parent e993b15 commit 319fa27

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,3 @@ jobs:
378378
- name: Upload release files on Arduino downloads servers
379379
run: aws s3 sync release/ s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.PLUGIN_TARGET }} --include "*"
380380
if: steps.prerelease.outputs.IS_PRE != 'true'
381-
382-
- name: Update release file version
383-
run: |
384-
echo '{"Version": "'${GITHUB_REF##*/}'"}' > /tmp/installer-version
385-
aws s3 cp /tmp/installer-version s3://arduino-create-static/agent-metadata/agent-installer-version.json
386-
if: steps.prerelease.outputs.IS_PRE != 'true'

0 commit comments

Comments
 (0)