From cbce95711c9ca25bf2a9cb213485ec480da4dea7 Mon Sep 17 00:00:00 2001 From: Danny Budzinski Date: Mon, 6 Nov 2023 23:12:14 +0100 Subject: [PATCH] chore: remove commit from i18next in release candidate action --- .github/workflows/release-create-release-candidate-branch.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-create-release-candidate-branch.yml b/.github/workflows/release-create-release-candidate-branch.yml index 6e183e9d7..b356a1cb7 100644 --- a/.github/workflows/release-create-release-candidate-branch.yml +++ b/.github/workflows/release-create-release-candidate-branch.yml @@ -24,8 +24,6 @@ jobs: git fetch origin develop git merge origin/develop yarn && yarn i18next - git add public/locales/* - git commit --dry-run && git commit -m 'chore: parse latest translation tags' env: GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}