We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bf7ba commit 9d526ebCopy full SHA for 9d526eb
.github/workflows/publish docs.yml
@@ -24,7 +24,7 @@ jobs:
24
git config --local user.email "action@github.com"
25
git config --local user.name "GitHub Action"
26
git add package.json
27
- git commit -m "Update package version"
+ git commit -m "chore(docs): publish documentation"
28
git push
29
- run: cd docs && npm publish
30
env:
@@ -48,4 +48,4 @@ jobs:
48
owner: context.repo.owner,
49
repo: context.repo.repo,
50
body: '🚀 New version has been released: ' + '${{ needs.publish-docs.outputs.version }}'
51
- })
+ })
0 commit comments