From 78030b3842dd58e6494a298b790210b1ff3c0826 Mon Sep 17 00:00:00 2001 From: kaio Guilherme Date: Wed, 24 Apr 2024 22:06:58 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20build(relase):=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Relase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Relase.yml b/.github/workflows/Relase.yml index 3d3cf83..751f28d 100644 --- a/.github/workflows/Relase.yml +++ b/.github/workflows/Relase.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}" - name: Install dependencies - run: pip install --upgrade pip && pip install cz-conventional-gitmoji + run: pip install --upgrade pip && pip install cz-conventional-gitmoji commitizen - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master