We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed31d4 commit e993b15Copy full SHA for e993b15
.github/workflows/release.yml
@@ -381,6 +381,6 @@ jobs:
381
382
- name: Update release file version
383
run: |
384
- echo '{"Version": "${GITHUB_REF##*/}"}' > /tmp/installer-version
+ 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'
+ if: steps.prerelease.outputs.IS_PRE != 'true'
0 commit comments