diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 1107685d..0b91c930 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -94,4 +94,5 @@ jobs: type: now github_token: ${{ steps.gh_app.outputs.token }} from_branch: ${{ github.ref_name }} - target_branch: develop \ No newline at end of file + target_branch: develop + message: Auto-sync ${{ github.ref_name }} into develop \ No newline at end of file