We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2330a1a commit 4891575Copy full SHA for 4891575
.github/workflows/prepare-release.yml
@@ -69,8 +69,8 @@ jobs:
69
- name: Create Release Pull Request
70
uses: peter-evans/create-pull-request@v6
71
with:
72
- commit-message: chore(release): v${{ steps.ver.outputs.next }}
73
- title: chore(release): v${{ steps.ver.outputs.next }}
+ commit-message: "chore(release): v${{ steps.ver.outputs.next }}"
+ title: "chore(release): v${{ steps.ver.outputs.next }}"
74
body: |
75
This PR prepares release v${{ steps.ver.outputs.next }}.
76
0 commit comments