Skip to content

Commit

Permalink
fix: Fix just release task
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Mar 7, 2024
1 parent 762621e commit b23423a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ default:
@just --list --list-prefix "··· "

# Release a new version for `setup-moonbit`
release updateLog=('false'):
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}}; \
make-release --update-log {{updateLog}}
make-release {{OPTIONS}}

# Fetch official install scripts
fetch:
Expand Down

0 comments on commit b23423a

Please sign in to comment.