Skip to content

Commit

Permalink
Fixing GH Actions to handle the new 'config' service (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
oybed authored May 11, 2021
1 parent 6db3dc6 commit 56676a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
uses: mikefarah/[email protected]
with:
cmd: "yq w -i --anchorName statusVersion $GITHUB_WORKSPACE/applications/values.yaml applicationVersions.status ${{ github.event.client_payload.slash_command.status }}"
- name: Update Config Release
if: ${{ github.event.client_payload.slash_command.config != null }}
uses: mikefarah/[email protected]
with:
cmd: "yq w -i --anchorName configVersion $GITHUB_WORKSPACE/applications/values.yaml applicationVersions.config ${{ github.event.client_payload.slash_command.config }}"
- name: Update Resource Dispatcher Release
if: ${{ github.event.client_payload.slash_command.dispatcher != null }}
uses: mikefarah/[email protected]
Expand Down

0 comments on commit 56676a1

Please sign in to comment.