From 8588cbdcd3c761059e48f70d859563a590da31d1 Mon Sep 17 00:00:00 2001 From: Clare Liguori Date: Wed, 1 Jan 2020 15:17:04 -0800 Subject: [PATCH] chore: Automated packaging commit uses a conventional commit message --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index ee21919..c6d8e85 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -23,5 +23,5 @@ jobs: run: | git config --global user.name "GitHub Actions" git add dist/ - git commit -m "Update dist" || echo "No changes to commit" + git commit -m "chore: Update dist" || echo "No changes to commit" git push origin HEAD:master