Skip to content

Commit

Permalink
fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed May 17, 2023
1 parent 7443cbe commit 6019639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/stages/update-translations
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ if [[ "x$SKIP_COMMIT" = "x" ]]; then
git config user.email "$BPMN_IO_EMAIL"
git config user.name "$BPMN_IO_USERNAME"
git config push.default simple
git switch -c "update-translations-$(date +%Y%m%d%H%M%S)"
BRANCH="update-translations-$(date +%Y%m%d%H%M%S)"
git switch -c $BRANCH

git add -A
git commit -m "docs: update translations for $TAG"
git push -q
git push -q --set-upstream origin $BRANCH
gh pr create --fill \
--label "i18n" \
--title "docs: update translations for $TAG" \
Expand Down

0 comments on commit 6019639

Please sign in to comment.