build: replace llm-tag with plain git tag

Amolith created

Change summary

Taskfile.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

Taskfile.yaml 🔗

@@ -214,7 +214,7 @@ tasks:
       - sh: "[ $(git status --porcelain=2 | wc -l) = 0 ]"
         msg: "Git is dirty"
     cmds:
-      - llm-tag {{.NEXT}}
+      - git tag {{.NEXT}}
       - git push soft {{.NEXT}}
       - go list -m git.secluded.site/lune@{{.NEXT}} > /dev/null
       - echo "Released {{.NEXT}} and notified module proxy"