Skip to content

Commit

Permalink
Detect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 29, 2024
1 parent bf03d0c commit 70915ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions packages/react-email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function WelcomeEmail({ locale, name }) {

Add your translation files in the `locales` folder.


```json
{
"preview": "Welcome to our app!",
Expand Down

0 comments on commit 70915ff

Please sign in to comment.