Skip to content

Commit 3e6e8f7

Browse files
committed
ci: fix commit name
1 parent 9cf41d4 commit 3e6e8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set Version
5656
id: version
5757
run: |
58-
pnpm version prerelease
58+
pnpm version prerelease -m "chore(release): %s"
5959
echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
6060
6161
- name: Build

0 commit comments

Comments
 (0)