Skip to content

Commit 451deec

Browse files
committed
Remove tag from release PR title
1 parent c68098c commit 451deec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# This expects you to have a script called release which does a build
3838
# for your packages and calls changeset publish
3939
publish: npm run release
40-
title: 'Chore: Publish release'
40+
title: 'Publish release'
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)