Skip to content

Commit c746aa6

Browse files
authored
Merge branch 'develop' into LINBEE-18565-bump-gitstream-core-to-2.1.191
2 parents 8aea2ef + c2857af commit c746aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-gitstream-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git config --global user.name 'GitHub Actions Bot'
6868
git config --global user.email 'actions@github.com'
6969
git add package.json package-lock.json dist/index.js
70-
git commit -m "bump `@linearb/gitstream-core` to `${{ env.VERSION }}`"
70+
git commit -m "bump @linearb/gitstream-core to ${{ env.VERSION }}"
7171
git push origin HEAD:${{ env.BRANCH_NAME }}
7272
gh pr create \
7373
--base develop \

0 commit comments

Comments
 (0)