diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2a7b08..88936aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: publish-react-email: name: Publish React Email - if: needs.check-changes.outputs.react-email == 'true' + if: needs.check-changes.outputs.react-email == 'true' needs: [test] runs-on: ubuntu-latest permissions: diff --git a/packages/react-email/README.md b/packages/react-email/README.md index 884bc42..1826d85 100644 --- a/packages/react-email/README.md +++ b/packages/react-email/README.md @@ -42,6 +42,7 @@ export function WelcomeEmail({ locale, name }) { Add your translation files in the `locales` folder. + ```json { "preview": "Welcome to our app!",