mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix: publish canaries in changesets pre mode
This commit is contained in:
parent
f5bf743745
commit
31c947bf7f
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ if [ "$dry_run" = true ]; then
|
|||
else
|
||||
if [ "$canary" = true ]; then
|
||||
info "==> Step 6/7: Publishing canary to npm..."
|
||||
npx changeset publish --tag canary
|
||||
npx changeset publish
|
||||
info " ✓ Published ${TARGET_PUBLISH_VERSION} under dist-tag canary"
|
||||
else
|
||||
info "==> Step 6/7: Publishing stable release to npm..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue