Skip to content

Commit

Permalink
fix fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed May 17, 2023
1 parent 0645419 commit 2088761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/stages/update-translations
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ if [[ "x$SKIP_COMMIT" = "x" ]]; then
git add -A
git commit -m "docs: update translations for $TAG"
git push -q --set-upstream origin $BRANCH
gh pr create --label "i18n" \
--title "docs: update translations for $TAG" \
gh pr create --title "docs: update translations for $TAG" \
--body "This PR updates translations for $TAG" \
--reviewer "$REVIEWERS"
else
Expand Down

0 comments on commit 2088761

Please sign in to comment.