Skip to content

Commit 9d526eb

Browse files
committed
chore(workflows/publish-docs): update commit message
1 parent 27bf7ba commit 9d526eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --local user.email "action@github.com"
2525
git config --local user.name "GitHub Action"
2626
git add package.json
27-
git commit -m "Update package version"
27+
git commit -m "chore(docs): publish documentation"
2828
git push
2929
- run: cd docs && npm publish
3030
env:
@@ -48,4 +48,4 @@ jobs:
4848
owner: context.repo.owner,
4949
repo: context.repo.repo,
5050
body: '🚀 New version has been released: ' + '${{ needs.publish-docs.outputs.version }}'
51-
})
51+
})

0 commit comments

Comments
 (0)