Skip to content

Commit 4285a82

Browse files
committed
Update publish packages PR title
1 parent 1d9fbcd commit 4285a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
id: changesets
9696
uses: changesets/action@v1
9797
with:
98-
commit: 'Publish ${{ env.KINOBI_VERSION }} packages'
99-
title: 'Publish ${{ env.KINOBI_VERSION }} packages'
98+
commit: '[${{ env.KINOBI_VERSION }}] Publish packages'
99+
title: '[${{ env.KINOBI_VERSION }}] Publish packages'
100100
publish: pnpm publish-packages
101101
env:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)