Skip to content

Commit

Permalink
merge from feat branch
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed May 12, 2024
1 parent 7597e10 commit 45f7b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasing/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function create_release {
git fetch --tags upstream $upstream_master
git branch $release_branch $origin_master
git commit -a -m "create release branch $release_branch" || true
git push -f origin $origin_master
git push -f origin $origin_master --tags

# Trigger workflow for respective modeule release
gh workflow run "release-${module_slugified}.yml" -f "release_type=${release_type}" -f "release_branch=${release_branch}"
Expand Down

0 comments on commit 45f7b5e

Please sign in to comment.