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

Commit

Permalink
Debug attempt [prerelease]
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt committed Jan 3, 2024
1 parent 18a04b8 commit 6cfcce8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
git push
- name: "Publish"
run: |
lerna publish from-package --dist-tag prerelease --yes
lerna publish from-package --dist-tag prerelease --yes 2>&1 | tee lerna-debug.log
# cat lerna-debug.log
- name: Exit if 'lerna publish' failed
if: success() != true
run: |
Expand All @@ -84,7 +85,7 @@ jobs:
pwd
ls
echo "lerna-debug.log:"
cat "./lerna-debug.log"
cat lerna-debug.log
exit 1
- name: Revert Git version-changes commit
run: |
Expand Down

0 comments on commit 6cfcce8

Please sign in to comment.