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