Update Taskfile.yaml

Carlos Alexandro Becker and Andrey Nering created

Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>

Change summary

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

Detailed changes

Taskfile.yaml 🔗

@@ -89,7 +89,7 @@ tasks:
     desc: Create and push a new tag following semver
     vars:
       NEXT:
-        sh: go run github.com/caarlos0/svu/v3@latest next
+        sh: go run github.com/caarlos0/svu/v3@latest next --always
     prompt: "This will release {{.NEXT}}. Continue?"
     preconditions:
       - sh: '[ $(git symbolic-ref --short HEAD) = "main" ]'