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 5e28dea commit cc75178Copy full SHA for cc75178
.github/workflows/nigthly-release.yml
@@ -72,7 +72,7 @@ jobs:
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 --loglevel verbose
74
- name: 'Print Lerna Debug Log'
75
- if: steps.check.outputs.changed == 'true'
+ if: always() && steps.check.outputs.changed == 'true'
76
run: |
77
echo "Contents of lerna-debug.log:"
78
cat lerna-debug.log
0 commit comments