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 1b9ccc1 commit 0da57fc
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 @@ -113,4 +113,4 @@ jobs:
git branch release-$new_version
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 --head --reviewer it-at-m/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_admin --body "Bump backend version to $new_version after Release build"

0 comments on commit 0da57fc

Please sign in to comment.