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 70915ff commit 3bb2fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/react-email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ 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 3bb2fba

Please sign in to comment.