Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Aug 2, 2023
1 parent 432992f commit 282bc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
TAG=v$version
if [[ "$TAG_EXISTS" == "true" ]]; then
from=$(git tag --sort=-creatordate | grep -A 1 $TAG | tail -n 1)
changelog=$(npx lerna-changelog --repo $GITHUB_REPO from="$from" --to="$TAG")
changelog=$(npx lerna-changelog --repo $GITHUB_REPO --from="$from" --to="$TAG")
echo "changelog=$changelog" >> "$GITHUB_OUTPUT"
else
changelog=$(npx lerna-changelog --repo $GITHUB_REPO --next-version=$TAG)
Expand Down

0 comments on commit 282bc01

Please sign in to comment.