There was an error while loading. Please reload this page.
1 parent 9890de2 commit 6fccc9cCopy full SHA for 6fccc9c
1 file changed
tasks.toml
@@ -397,12 +397,6 @@ if gum confirm "Publish version $publish_version now?"; then
397
(
398
set -eux -o pipefail
399
{{ 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
406
)
407
408
# Backport install.sh version updates to main branch
0 commit comments