Skip to content

Commit 4891575

Browse files
authored
fix(ci): Fix formatting (#319)
1 parent 2330a1a commit 4891575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Create Release Pull Request
7070
uses: peter-evans/create-pull-request@v6
7171
with:
72-
commit-message: chore(release): v${{ steps.ver.outputs.next }}
73-
title: chore(release): v${{ steps.ver.outputs.next }}
72+
commit-message: "chore(release): v${{ steps.ver.outputs.next }}"
73+
title: "chore(release): v${{ steps.ver.outputs.next }}"
7474
body: |
7575
This PR prepares release v${{ steps.ver.outputs.next }}.
7676

0 commit comments

Comments
 (0)