We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d1729 commit d6982fcCopy full SHA for d6982fc
.github/workflows/nigthly-release.yml
@@ -70,4 +70,9 @@ jobs:
70
VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}-${PRERELEASE_NAME}-${DATE}-${COMMIT_HASH}"
71
72
npx lerna version "$VERSION" --force-publish --no-push --allow-branch 'main' --preid $PRERELEASE_NAME --yes
73
- npx lerna publish from-git --dist-tag $PRERELEASE_NAME --no-changelog --yes
+ npx lerna publish from-git --dist-tag $PRERELEASE_NAME --no-changelog --yes --loglevel verbose
74
+ - name: 'Print Lerna Debug Log'
75
+ if: steps.check.outputs.changed == 'true'
76
+ run: |
77
+ echo "Contents of lerna-debug.log:"
78
+ cat lerna-debug.log
0 commit comments