chore(workflows/publish-docs): update commit message

This commit is contained in:
JackLian 2023-12-14 10:22:26 +08:00
parent 3eb3b9b97b
commit 956e6fef5b

View File

@ -24,7 +24,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add package.json
git commit -m "Update package version"
git commit -m "chore(docs): publish documentation"
git push
- run: cd docs && npm publish
env:
@ -48,4 +48,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: '🚀 New version has been released: ' + '${{ needs.publish-docs.outputs.version }}'
})
})