Skip to content

Commit

Permalink
chore(workflows/publish-docs): update commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLian committed Dec 14, 2023
1 parent 27bf7ba commit 9d526eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --local user.email "[email protected]"
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:
Expand All @@ -48,4 +48,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: '🚀 New version has been released: ' + '${{ needs.publish-docs.outputs.version }}'
})
})

0 comments on commit 9d526eb

Please sign in to comment.