Skip to content

Commit cc75178

Browse files
ci: always print debug log from lerna (#2458)
1 parent 5e28dea commit cc75178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nigthly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
npx lerna version "$VERSION" --force-publish --no-push --allow-branch 'main' --preid $PRERELEASE_NAME --yes
7373
npx lerna publish from-git --dist-tag $PRERELEASE_NAME --no-changelog --yes --loglevel verbose
7474
- name: 'Print Lerna Debug Log'
75-
if: steps.check.outputs.changed == 'true'
75+
if: always() && steps.check.outputs.changed == 'true'
7676
run: |
7777
echo "Contents of lerna-debug.log:"
7878
cat lerna-debug.log

0 commit comments

Comments
 (0)