Skip to content

Commit

Permalink
Ensure commits are pushed to master also.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Mar 7, 2024
1 parent b29827f commit 98ab766
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 @@ -66,7 +66,7 @@ jobs:
git commit -m "Update Chart to $NEW_VERSION, Temporal v${{ github.event.inputs.version }}" Chart.yaml
git tag -a "temporal-${NEW_VERSION}" -m "Release Chart: $NEW_VERSION. Temporal ${{ github.event.inputs.version }}"
git push --tags
git push --tags origin master
- name: Install Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 98ab766

Please sign in to comment.