Skip to content

Commit af51caf

Browse files
committed
try different interpolation to add the branch name to version PR
1 parent 2f1e80d commit af51caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
uses: changesets/action@v1
5353
with:
5454
version: pnpm run version
55-
title: "chore(root): Version packages ${GITHUB_REF##*/}"
55+
title: "chore(root): Version packages (${{ github.ref_name }})"
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)