Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit d5a8b8f

Browse files
committed
Debug attempt - 7 [prerelease]
1 parent dfbf593 commit d5a8b8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,13 @@ jobs:
7878
run: |
7979
# Needed to propagate the exit code of the publish command
8080
set -o pipefail
81-
lerna publish from-package --dist-tag prerelease --yes | tee lerna-debug.log
81+
lerna publish from-package --dist-tag prerelease --yes 2>&1 | tee lerna-debug.log
8282
- name: Exit if 'lerna publish' failed
8383
if: success() != true
8484
run: |
8585
echo "::error::publish step failed - prerelease cancelled"
8686
git reset --hard HEAD~1 && git push --force
87-
pwd
88-
ls
89-
echo "\nlerna-debug.log:"
87+
echo "::lerna-debug.log:"
9088
cat lerna-debug.log
9189
exit 1
9290
- name: Revert Git version-changes commit

0 commit comments

Comments
 (0)