Skip to content

Commit 7bd916c

Browse files
authored
fix: update PR title format for gitstream-core bump (#363)
1 parent 2c28e3a commit 7bd916c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-gitstream-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
git push origin HEAD:${{ env.BRANCH_NAME }}
7272
gh pr create \
7373
--base develop \
74-
--title "Bump \`@linearb/gitstream-core\` to \`${{ env.VERSION }}\`" \
74+
--title "Bump @linearb/gitstream-core to ${{ env.VERSION }}" \
7575
--body-file pr_description.txt \
7676
--head ${{ env.BRANCH_NAME }} ${{ env.REVIEWER_ARG }} ${{ env.LABEL_ARG }}

0 commit comments

Comments
 (0)