Skip to content

Commit

Permalink
chore: add trigger to update cli version on core (#4000)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren authored Aug 29, 2024
1 parent 6b918ff commit 92b749b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
with:
token: ${{ secrets.INFRA_REPO_PAT }}
repository: ${{ secrets.CORE_REPO }}
event-type: update-chart
client-payload: '{"version": "${{ github.ref_name }}"}'
event-type: update-cli-version
client-payload: '{"new_tag": "${{ github.ref_name }}"}'

helm_chart_version_bump:
name: "Trigger Helm chart appVersion update"
Expand Down

0 comments on commit 92b749b

Please sign in to comment.