diff --git a/.github/workflows/release-build-backend.yml b/.github/workflows/release-build-backend.yml index 366d1cb..5379b2c 100644 --- a/.github/workflows/release-build-backend.yml +++ b/.github/workflows/release-build-backend.yml @@ -111,4 +111,5 @@ jobs: git config --global user.email "github-actions@github.com" git config --global user.name "GitHub Actions" git add mobidam-sst-management-backend/pom.xml + git commit -m "Bump backend sprint version to $new_version" gh pr create --title "Bump backend version to $new_version" --base sprint --reviewer it-at-m/mobidam_admin --body "Bump backend version to $new_version after Release build" \ No newline at end of file