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 56c995b commit 2b7c1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: 📝 Create and publish versions
working-directory: packages/cli
run: |
bunx changeset version --snapshot canary --base canary
bunx changeset version
git commit -am "chore: update versions"
bunx changeset publish --tag canary
env:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: 📝 Create and publish versions
working-directory: packages/react-email
run: |
bunx changeset version --snapshot canary --base canary
bunx changeset version
git commit -am "chore: update versions"
bunx changeset publish --tag canary
env:
Expand Down

0 comments on commit 2b7c1a8

Please sign in to comment.