Skip to content

Commit 6fccc9c

Browse files
committed
fix: code review
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
1 parent 9890de2 commit 6fccc9c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tasks.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,6 @@ if gum confirm "Publish version $publish_version now?"; then
397397
(
398398
set -eux -o pipefail
399399
{{ mise_bin }} release:_bump --version="$publish_version"
400-
401-
git add .
402-
git commit -m "deploy: v$publish_version"
403-
git tag "v$publish_version"
404-
git push origin tag "v$publish_version"
405-
git push origin release
406400
)
407401
408402
# Backport install.sh version updates to main branch

0 commit comments

Comments
 (0)