Skip to content

Commit

Permalink
chore: remove commit from i18next in release candidate action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudzins authored Nov 6, 2023
1 parent cc33470 commit cbce957
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-create-release-candidate-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit cbce957

Please sign in to comment.