Skip to content

Commit

Permalink
Remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
yruchin committed Sep 25, 2024
1 parent 0aa8f7e commit 841fc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_tdk_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Update image version
env:
IMAGE_VERSION: |-
"synthesizedio/synthesized-tdk-cli:v${{ env.RELEASE_VERSION }}"
synthesizedio/synthesized-tdk-cli:v${{ env.RELEASE_VERSION }}
run: |
yq -i '.services.tdk.image = strenv(IMAGE_VERSION)' \
./parent-compose.yml
Expand Down

0 comments on commit 841fc73

Please sign in to comment.