Skip to content

Commit

Permalink
Fix yq syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz committed Apr 20, 2024
1 parent 3fb30bf commit f96affd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- uses: mikefarah/yq@v4
- name: Update Infinitude
run: |
yq e -i ".version = \"${{ needs.metadata.outputs.VERSION }}\"" infinitude/config.yaml
yq e -i ".image = '${{ needs.metadata.outputs.IMAGE_NAME }}:${{ needs.metadata.outputs.VERSION }}"'' infinitude/config.yaml
yq e -i '.version = "${{ needs.metadata.outputs.VERSION }}"' infinitude/config.yaml
yq e -i '.image = "${{ needs.metadata.outputs.IMAGE_NAME }}:${{ needs.metadata.outputs.VERSION }}"' infinitude/config.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit f96affd

Please sign in to comment.