Skip to content

Commit

Permalink
chore: fix nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 30, 2024
1 parent 48eb4f7 commit dc83650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -xe
git restore -s@ -SW -- packages

# Bump versions
tsx ./scripts/bump.ts
npx tsx ./scripts/bump.ts

# Update token
if [[ ! -z ${NPM_AUTH_TOKEN} ]] ; then
Expand Down

0 comments on commit dc83650

Please sign in to comment.