Skip to content

Commit

Permalink
Stop manually adding a tag.
Browse files Browse the repository at this point in the history
Chart releaser already tags before release.
  • Loading branch information
robholland committed Jan 30, 2024
1 parent 64dc1c4 commit 8852ebb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ jobs:
git commit -m "Update Chart to $NEW_VERSION, Temporal v${{ github.event.inputs.version }}" Chart.yaml
git push origin
git tag "$NEW_VERSION"
git push origin "$NEW_VERSION"
- name: Install Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 8852ebb

Please sign in to comment.