Skip to content

Commit

Permalink
ci: fix create release wf (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Jul 22, 2024
1 parent 9f20f41 commit e9abdcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- uses: peter-evans/create-pull-request@v4
with:
commit-message: 'build: update versions for release'
title: 'build: update versions for release'
commit-message: 'ci: update versions for release'
title: 'ci: update versions for release'
body: |
- @100mslive/hms-video-store - ${{ steps.version.outputs.store_version }}
branch: release
branch: ci/release
branch-suffix: short-commit-hash
delete-branch: true

0 comments on commit e9abdcd

Please sign in to comment.