Skip to content

Commit be09d90

Browse files
committed
chore(release): remove outdated tag update step from release workflow
1 parent dd05950 commit be09d90

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474

75-
- name: Update latest tag
76-
run: |
77-
git tag -f latest
78-
git push -f origin latest
79-
8075
- name: Trigger Homebrew update
8176
if: success()
8277
uses: peter-evans/repository-dispatch@v2

0 commit comments

Comments
 (0)