We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6d0fe commit 91dd7bcCopy full SHA for 91dd7bc
.github/workflows/goreleaser.yml
@@ -32,6 +32,4 @@ jobs:
32
env:
33
# Use separate access token, because we need a scope:repo token to publish the brew formula.
34
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
+
0 commit comments