Skip to content

Commit

Permalink
change --tag (pnpm) -> --dist-tag (lerna)
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Jan 20, 2024
1 parent 8f7fb21 commit 5da65c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
EXTRA_ARGS=""
if [[ $VERSION == *"alpha."* ]] || [[ $VERSION == *"beta."* ]] || [[ $VERSION == *"rc."* ]]; then
echo "Is pre-release version"
EXTRA_ARGS="$EXTRA_ARGS --tag next"
EXTRA_ARGS="$EXTRA_ARGS --dist-tag next"
fi
npx lerna publish ${VERSION} --yes --force-publish $EXTRA_ARGS
env:
Expand Down

0 comments on commit 5da65c8

Please sign in to comment.