Skip to content

Commit

Permalink
chore: force update main to get around moon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Sep 20, 2023
1 parent f99a2ee commit 96702ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Sanity check before we publish
- name: Build Projects
run: |
moon run jsx-email:build.packages --log trace
moon run jsx-email:build.packages
- name: Release
run: moon run :release --affected --concurrency 1 --remote
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Checkout Commit
uses: actions/checkout@v4

# Needed for https://github.com/moonrepo/moon/issues/1060
- name: Force Update Main
run: |
git fetch origin
git branch -f main origin/main
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -68,7 +74,7 @@ jobs:

- name: Build Projects
run: |
moon run jsx-email:build.packages --log trace
moon run jsx-email:build.packages
- name: Lint Monorepo
run: moon run jsx-email:lint
Expand Down

0 comments on commit 96702ea

Please sign in to comment.