Skip to content

Commit c4e6818

Browse files
Fix publish workflow env YAML quoting (#17)
1 parent 23000b1 commit c4e6818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
GH_TOKEN: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }}
326326
REPO: ${{ github.repository }}
327327
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 }}
328+
BUMP_TITLE: "chore: bump package version to ${{ steps.meta.outputs.next_stable_version }}"
329329
run: |
330330
gh api \
331331
--method POST \

0 commit comments

Comments
 (0)