From 24b293308c48c3963c20b46868a37853a96338ec Mon Sep 17 00:00:00 2001 From: Eduard Carreras Date: Tue, 14 May 2024 10:38:31 +0200 Subject: [PATCH] Update autorelease.yml --- .github/workflows/autorelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 7653edb..37d36e2 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -73,6 +73,7 @@ jobs: if [[ $VERSION_TYPE != false ]]; then git config user.name Release Bot git config user.email github-actions@github.com + git status bump2version $VERSION_TYPE --tag --commit -m "Bump to v{new_version}" $VERSION_FILE git push origin main --tags fi