We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaec3df commit ae0f86aCopy full SHA for ae0f86a
.github/workflows/create-release-pr.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Create Pull Request
33
uses: peter-evans/create-pull-request@v6
34
with:
35
- commit-message: chore: bump versions
+ commit-message: "chore: bump versions"
36
branch: releases/v${{ steps.update_versions.outputs.version }}
37
base: main
38
title: Release v${{ steps.update_versions.outputs.version }}
0 commit comments