We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23000b1 commit c4e6818Copy full SHA for c4e6818
.github/workflows/publish-package.yml
@@ -325,7 +325,7 @@ jobs:
325
GH_TOKEN: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }}
326
REPO: ${{ github.repository }}
327
BUMP_BRANCH: ci/version-bump-${{ steps.meta.outputs.next_stable_version }}
328
- BUMP_TITLE: chore: bump package version to ${{ steps.meta.outputs.next_stable_version }}
+ BUMP_TITLE: "chore: bump package version to ${{ steps.meta.outputs.next_stable_version }}"
329
run: |
330
gh api \
331
--method POST \
0 commit comments