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 fc57d13 commit 5ccde30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ jobs:
git add mobidam-sst-management-backend/pom.xml
git commit -m "Bump backend sprint version to $new_version"
git push --set-upstream origin release-$new_version
gh pr create --title "Bump backend version to $new_version" --base sprint --head release-$new_version --reviewer @mobidam_admin --body "Bump backend version to $new_version after Release build"
gh pr create --title "Bump backend version to $new_version" --base sprint --head release-$new_version --reviewer it-at-m/mobidam/mobidam_admin --body "Bump backend version to $new_version after Release build"

0 comments on commit 5ccde30

Please sign in to comment.