Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 29, 2024
1 parent c62d4c0 commit 58ffd57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
6 changes: 6 additions & 0 deletions .changeset/nasty-keys-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@languine/action": major
"languine": major
---

Update
11 changes: 0 additions & 11 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,9 @@ jobs:
# run: bun run lint
- name: 🧪 Run unit tests
run: bun run test
- name: 🔍 Filter changes
id: filter
uses: dorny/paths-filter@v2
with:
filters: |
react-email:
- 'packages/react-email/src/**'
cli:
- 'packages/cli/src/**'

publish-cli:
name: 🚀 Publish CLI
if: needs.test.outputs.cli == 'true'
needs: [test]
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -69,7 +59,6 @@ jobs:

publish-react-email:
name: 🚀 Publish React Email
if: needs.test.outputs.react-email == 'true'
needs: [test]
runs-on: ubuntu-latest
permissions:
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,9 @@ jobs:
# run: bun run lint
- name: 🧪 Run unit tests
run: bun run test
- name: 🔍 Filter changes
id: filter
uses: dorny/paths-filter@v2
with:
filters: |
react-email:
- 'packages/react-email/src/**'
cli:
- 'packages/cli/src/**'

publish-cli:
name: 🚀 Publish CLI
if: needs.test.outputs.cli == 'true'
needs: [test]
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -72,7 +62,6 @@ jobs:

publish-react-email:
name: 🚀 Publish React Email
if: needs.test.outputs.react-email == 'true'
needs: [test]
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 58ffd57

Please sign in to comment.