Skip to content

Commit 91dd7bc

Browse files
committed
Remove latest tagging for now
1 parent 2a6d0fe commit 91dd7bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ jobs:
3232
env:
3333
# Use separate access token, because we need a scope:repo token to publish the brew formula.
3434
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
35-
# And tag latest, once the release is done.
36-
- run: git tag latest -f -a -m "release v${GITHUB_REF##*/}"
37-
- run: git push -f --tags
35+

0 commit comments

Comments
 (0)