Skip to content

Commit

Permalink
Try to fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jan 8, 2025
1 parent 7e665fe commit e2d6591
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ default:

# Release a new version for `setup-moonbit`
release *OPTIONS:
@overlay use {{ join(SETUP_MOONBIT_PATH, 'nu', 'common.nu') }}; \
overlay use {{ join(SETUP_MOONBIT_PATH, 'nu', 'release.nu') }}; \
git-check --check-repo=1 {{SETUP_MOONBIT_PATH}}; \
@overlay overlay use {{ join(SETUP_MOONBIT_PATH, 'nu', 'release.nu') }}; \
make-release {{OPTIONS}}

# Fetch official install scripts
Expand Down

0 comments on commit e2d6591

Please sign in to comment.