Skip to content

Commit

Permalink
Added additional flags to lerna publish to skip commit
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdprofit committed Aug 1, 2024
1 parent bf3dc7c commit 2506905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
else
DIST_TAG="${GITHUB_REF##*/}"
fi
npx lerna publish from-package --yes --force-publish --dist-tag $DIST_TAG
npx lerna publish from-package --yes --force-publish --no-git-tag-version --no-push --dist-tag $DIST_TAG

0 comments on commit 2506905

Please sign in to comment.