From 07913df27fafb08c22f8daf8bf5a7a4caa3da949 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Mon, 24 Jun 2024 18:51:38 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20add=20missing=20skip=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 🐛 add missing --- .github/workflows/changeset-handler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changeset-handler.yml b/.github/workflows/changeset-handler.yml index bf00c2e..f8d2169 100644 --- a/.github/workflows/changeset-handler.yml +++ b/.github/workflows/changeset-handler.yml @@ -74,7 +74,7 @@ jobs: if ! git commit \ --allow-empty \ --no-verify \ - -m "chore: 🤖 updated package version"; then + -m "[skip ci] 🦖 updated package version"; then echo "👹 Oops! Failed to commit package version." exit 1 fi