Skip to content

Commit e993b15

Browse files
committed
introduce ' characters as they are mandatory for character expansion
1 parent 9ed31d4 commit e993b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,6 @@ jobs:
381381

382382
- name: Update release file version
383383
run: |
384-
echo '{"Version": "${GITHUB_REF##*/}"}' > /tmp/installer-version
384+
echo '{"Version": "'${GITHUB_REF##*/}'"}' > /tmp/installer-version
385385
aws s3 cp /tmp/installer-version s3://arduino-create-static/agent-metadata/agent-installer-version.json
386-
if: steps.prerelease.outputs.IS_PRE != 'true'
386+
if: steps.prerelease.outputs.IS_PRE != 'true'

0 commit comments

Comments
 (0)