Skip to content

Commit ae0f86a

Browse files
committed
Fix typo
1 parent aaec3df commit ae0f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create Pull Request
3333
uses: peter-evans/create-pull-request@v6
3434
with:
35-
commit-message: chore: bump versions
35+
commit-message: "chore: bump versions"
3636
branch: releases/v${{ steps.update_versions.outputs.version }}
3737
base: main
3838
title: Release v${{ steps.update_versions.outputs.version }}

0 commit comments

Comments
 (0)