We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aea2ef + c2857af commit c746aa6Copy full SHA for c746aa6
.github/workflows/bump-gitstream-core.yml
@@ -67,7 +67,7 @@ jobs:
67
git config --global user.name 'GitHub Actions Bot'
68
git config --global user.email 'actions@github.com'
69
git add package.json package-lock.json dist/index.js
70
- git commit -m "bump `@linearb/gitstream-core` to `${{ env.VERSION }}`"
+ git commit -m "bump @linearb/gitstream-core to ${{ env.VERSION }}"
71
git push origin HEAD:${{ env.BRANCH_NAME }}
72
gh pr create \
73
--base develop \
0 commit comments