Skip to content

Commit

Permalink
add qoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed Apr 25, 2024
1 parent 3a1c609 commit 1ed1b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Update docker image version
uses: mikefarah/yq@v4.43.1
with:
cmd: yq -i '.services.panther_ros.image = new_tag' demo/compose.minimal-setup.yaml
cmd: yq -i '.services.panther_ros.image = \"new_tag\"' demo/compose.minimal-setup.yaml

- name: Create pull request
run: |
Expand Down

0 comments on commit 1ed1b9d

Please sign in to comment.