Skip to content

Commit

Permalink
ci: add debug logging for nightly releases (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Jul 9, 2024
1 parent 98d1729 commit d6982fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nigthly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,9 @@ jobs:
VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}-${PRERELEASE_NAME}-${DATE}-${COMMIT_HASH}"
npx lerna version "$VERSION" --force-publish --no-push --allow-branch 'main' --preid $PRERELEASE_NAME --yes
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
- name: 'Print Lerna Debug Log'
if: steps.check.outputs.changed == 'true'
run: |
echo "Contents of lerna-debug.log:"
cat lerna-debug.log

0 comments on commit d6982fc

Please sign in to comment.