We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8ba2d commit 365373cCopy full SHA for 365373c
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
git config user.name "github-actions"
32
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
33
git add package.json
34
- git commit -m "chore(deps): Update to ${{ steps.nextVersion.outputs.nextTag }}."
+ git commit -m "release: ${{ steps.nextVersion.outputs.nextTag }}."
35
git push
36
commitish=$(git rev-parse HEAD)
37
echo ::set-output name=commitish::${commitish}
0 commit comments