Skip to content

Commit

Permalink
See what's failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Jan 30, 2024
1 parent ef8027b commit d8081ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Update Temporal chart version
working-directory: charts/temporal
run: |
set -x
RE='([0-9]+)\.([0-9]+)\.([0-9]+)'
current="$(grep -m 1 '^version:' Chart.yaml | awk '{print $2}')"
Expand Down

0 comments on commit d8081ce

Please sign in to comment.