Skip to content

Commit

Permalink
chore: added install.sh to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 22, 2024
1 parent 5e0d93f commit 2946d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ chmod +x "$RELEASE_DIR"/install.sh
shellcheck "$RELEASE_DIR"/install.sh
gpg -u 8B81C9D17413A06D --output "$RELEASE_DIR"/install.sh.sig --sign "$RELEASE_DIR"/install.sh
minisign -Sm "$RELEASE_DIR"/install.sh
cp "$RELEASE_DIR"/{install.sh,install.sh.minisig} "$RELEASE_DIR/$MISE_VERSION"

if [[ "$DRY_RUN" != 1 ]]; then
echo "::group::Publish npm @jdxcode/mise"
Expand Down

0 comments on commit 2946d58

Please sign in to comment.