Skip to content

Commit

Permalink
Fix branch reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Jul 4, 2024
1 parent 674fff3 commit ec263ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
git commit -m "Update Chart to ${{ steps.chart-version.outputs.chart_version }}." Chart.yaml values.yaml
git tag -a "temporal-${{ steps.chart-version.outputs.chart_version }}" -m "Release Chart: ${{ steps.chart-version.outputs.chart_version }}"
git push --tags origin master
git push --tags origin main
- name: Install Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit ec263ab

Please sign in to comment.