Skip to content

Commit

Permalink
Testing the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrodi committed Nov 21, 2024
1 parent ea856cd commit e7c8d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ jobs:
git config --global user.email "[email protected]"
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"

0 comments on commit e7c8d13

Please sign in to comment.