Skip to content

Commit f1a471b

Browse files
committed
chore: Automated packaging commit uses a conventional commit message
1 parent bc3e6a2 commit f1a471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
run: |
2424
git config --global user.name "GitHub Actions"
2525
git add dist/
26-
git commit -m "Update dist" || echo "No changes to commit"
26+
git commit -m "chore: Update dist" || echo "No changes to commit"
2727
git push origin HEAD:master

0 commit comments

Comments
 (0)