Skip to content

Commit

Permalink
Test Release (#9)
Browse files Browse the repository at this point in the history
* Create PR on release targeting main (#5)

* Fix release bug (#7)

* Fix yq syntax
  • Loading branch information
sosheskaz authored Apr 20, 2024
1 parent b16b715 commit c31cc8b
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 c31cc8b

Please sign in to comment.